public

Get running evaluations

Get all currently running or claimed evaluations.

get/v1/public/evaluations/running

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

version_numberinteger required

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

miner_hotkeystring required

Miner who owns 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.

started_atstring date-time required

When evaluation started

progress_percentnumber

Percentage of problems completed (0-100)

phasestring nullable

Evaluation phase (QUALIFYING or RACE)

race_idstring uuid nullable

Race ID when phase is RACE

Changes

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