Get Eval Run

Get eval run details with results and aggregate metrics. In addition to the fields on `EvalRunResponse`, this returns: - `judge_model`: the model used to produce verdicts - `metrics`: reference vs. candidate averages (token cost, charged credits, LLM call timing) with the percentage delta between them - `results`: one entry per reference/candidate run pair, each with the judge's `verdict` (`pass`/`fail`), free-text `reasoning`, and per-pair token and cost metrics `metrics` and `results` reflect the state at the time of the request; while `status` is `pending` or `running`, `results` may be a partial or empty list.

Authentication

AuthorizationBearer

API key or access token, sent as Authorization: Bearer <token>. The simplest option: create an API key in your dashboard under Settings, then paste it here.

OR
AuthorizationBearer

API key or access token, sent as Authorization: Bearer <token>. The simplest option: create an API key in your dashboard under Settings, then paste it here.

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

Eval run detail retrieved successfully
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 nullOptionalformat: "uuid"
started_atstring or nullOptional
completed_atstring or nullOptional
error_messagestring or nullOptional
created_by_user_idstring or nullOptionalformat: "uuid"
metricsobject or nullOptional
resultslist of objectsOptionalDefaults to []

Errors

400
Bad Request Error
401
Unauthorized Error
403
Forbidden Error
404
Not Found Error
422
Unprocessable Entity Error