Skip to main content
GET
List Eval Runs

Headers

authorization
string | null

Query Parameters

batch_id
string<uuid> | null
scenario_id
string<uuid> | null
status
enum<string> | null

Where a run is, and how it ended.

errored is deliberately not a kind of failed: it means the harness did not complete (a connect failure, a judge outage), which is neither a pass nor a fail and never counts toward a rate. A judge outage reading as an agent regression is how a suite loses its audience.

Available options:
queued,
running,
passed,
failed,
errored,
cancelled
page
integer
default:1

1-based page number

Required range: x >= 1
limit
integer
default:50
Required range: 1 <= x <= 100

Response

Successful Response

The response is of type Response List Eval Runs V1 Eval Runs Get · object.