Skip to main content
GET
/
evaluations
/
analytics
/
session-scores
/
history
/
{session_id}
Get Session Score History
curl --request GET \
  --url https://api.pandaprobe.com/evaluations/analytics/session-scores/history/{session_id} \
  --header 'Authorization: Bearer <token>'
[
  {
    "metric_name": "<string>",
    "score": 123,
    "eval_run_id": "<string>",
    "created_at": "<string>",
    "status": "<string>"
  }
]

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

session_id
string
required

Query Parameters

metric_name
string | null

Filter to a single metric name.

limit
integer
default:50

Max data points to return.

Required range: 1 <= x <= 200

Response

Successful Response

metric_name
string
required
score
number | null
required
eval_run_id
string | null
required
created_at
string | null
required
status
string
required