Skip to main content
GET
List Eval Runs Route

Authorizations

X-API-Key
string
header
required

Organization API key

Path Parameters

bench_id
string
required

Response

Successful Response

eval_run_id
string
required

Unique evaluation run identifier.

bench_id
string
required

Benchmark evaluated by this run.

display_name
string | null
required

User-facing name for the evaluation run; null for legacy rows.

status
enum<string> | null
required

Current evaluation lifecycle status; null for legacy rows.

Available options:
pending,
registered,
running,
completed,
failed,
cancelled
created_at
string<date-time>
required

Time when the evaluation run was created.

updated_at
string<date-time>
required

Time when the evaluation run was last updated.

model_slug
string | null

Model evaluated by this run.

checkpoint_id
string | null

Checkpoint evaluated by this run, when applicable.

training_run_id
string | null

Training run that produced the evaluated checkpoint.

step
integer | null

Evaluated checkpoint training step.

reward_mean
number | null

Completed evaluation mean reward.

completed_at
string<date-time> | null

Time when the evaluation reached a terminal status.

failure
AsyncFailure · object | null

Structured failure when status is failed.