Skip to main content
GET
Get Eval Progress Route

Authorizations

X-API-Key
string
header
required

Organization API key

Path Parameters

eval_run_id
string
required

Response

Successful Response

eval_run_id
string
required

Evaluation run whose progress is returned.

terminal_rollouts
integer
required

Rollouts of the run that have reached a terminal status.

total_rollouts
integer
required

Rollouts the run's config schedules: its sampled tasks times the group size.

status
string | null

Recorded status of the evaluation run.

failure
AsyncFailure · object | null

Structured failure details when the evaluation failed.