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_id
org_id
The organization ID
project_id
The project ID
task_id
The task ID
Response
Eval run detail retrieved successfully
id
task_id
project_id
candidate_revision_id
task_run_ids
status
pass_count
fail_count
error_count
created
modified
judge_model
pass_rate
eval_set_id
started_at
completed_at
error_message
created_by_user_id
metrics
results
Errors
400
Bad Request Error
401
Unauthorized Error
403
Forbidden Error
404
Not Found Error
422
Unprocessable Entity Error