admin

List evaluation runs with full details

List evaluation runs with optional filtering and pagination.

get/v1/admin/evaluation-runs

Query parameters

status'CLAIMED' | 'RUNNING' | 'SUCCESS' | 'FAILED' | 'TIMED_OUT' | 'STALE' | 'CANCELLED'

Status of an evaluation run through its lifecycle.

Filter by run status (e.g., RUNNING, SUCCESS)

agent_version_idstring uuid nullable

Filter by agent version ID

Filter by agent version ID

validator_hotkeystring nullable

Filter by validator hotkey

Filter by validator hotkey

phase'QUALIFYING' | 'RACE'

Which phase of the qualifying+race cycle an evaluation belongs to.

Filter by evaluation phase (QUALIFYING or RACE)

race_idstring uuid nullable

Filter by race ID (RACE-phase runs only)

Filter by race ID (RACE-phase runs only)

eval_work_item_idstring uuid nullable

Filter to runs for a specific work item

Filter to runs for a specific work item

inference_providerstring nullable

Filter by inference provider (e.g. chutes, openrouter). Pass 'none' to filter to runs with no provider recorded.

Filter by inference provider (e.g. chutes, openrouter). Pass 'none' to filter to runs with no provider recorded.

sincestring date-time nullable

Filter: created at or after (ISO 8601)

Filter: created at or after (ISO 8601)

untilstring date-time nullable

Filter: created at or before (ISO 8601)

Filter: created at or before (ISO 8601)

limitinteger

Number of runs to return

Number of runs to return

offsetinteger

Offset for pagination

Offset for pagination

Response

Successful Response

totalinteger required

Total entries matching filter

limitinteger required

Page size

offsetinteger required

Page offset

Changes

No recorded changes to this endpoint across all 1 revision of this API.