Get Eval Run

Get eval run details with results and aggregate metrics.

Authentication

AuthorizationBearer

Bearer token authentication using JWT tokens from Ory Kratos/Hydra

Path parameters

eval_run_idstringRequiredformat: "uuid"
org_idstringRequiredformat: "uuid"
The organization ID
project_idstringRequiredformat: "uuid"
The project ID
task_idstringRequiredformat: "uuid"
The task ID

Response

Successful Response
idstringformat: "uuid"
task_idstringformat: "uuid"
project_idstringformat: "uuid"
candidate_revision_idstringformat: "uuid"
task_run_idslist of strings
statusenum
pass_countinteger
fail_countinteger
error_countinteger
createdstring
modifiedstring
judge_modelobject
pass_ratedouble or nullRead-only
eval_set_idstring or nullformat: "uuid"
started_atstring or null
completed_atstring or null
error_messagestring or null
created_by_user_idstring or nullformat: "uuid"
metricsobject or null
resultslist of objects

Errors

400
Bad Request Error
403
Forbidden Error
422
Unprocessable Entity Error