public

Get evaluation run details

Get detailed information about a specific evaluation run.

get/v1/public/evaluation-runs/{eval_run_id}

Path parameters

eval_run_idstring uuid required

Evaluation run ID

Evaluation run ID

Response

Successful Response

eval_run_idstring uuid required

Unique identifier for this run

agent_version_idstring uuid required

Agent version being evaluated

agent_namestring required

Name of the agent

validator_hotkeystring required

Validator performing evaluation

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

Status of an evaluation run through its lifecycle.

scorenumber nullable

Score if completed successfully

version_numberinteger required

Version number within this agent (v1, v2, etc.)

claimed_atstring date-time required

When the run was claimed

completed_atstring date-time nullable

When the run completed

failure_reasonstring nullable

Validator-reported failure reason

is_includedboolean

Whether run is included in aggregate scoring

invalidated_atstring date-time nullable

When run was invalidated

invalidation_reasonstring nullable

Reason for invalidation

sandbox_metadataobject nullable

Sandbox execution details

score_components_summaryobject nullable

Score breakdown including reasoning details

Changes

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