Skip to main content
GET
List Eval Runs

Headers

string
required
Your API key for authentication.

Query Parameters

string
Filter to runs that included this eval agent.
string
Filter to runs started from this workbench setup.
string
Filter by run status. Possible values: PENDING, QUEUED, RUNNING, COMPLETE, PARTIAL, FAILED, CANCELLED.
string
Filter by how the run was triggered. Possible values: manual, auto, backfill.
integer
default:"25"
Number of results to return. Between 1 and 100.
string
Cursor: return results after this object ID.
string
Cursor: return results before this object ID. Cannot be combined with starting_after.

Response

string
Always "list".
array of objects
The list of eval run objects.
boolean
Whether more results exist beyond this page.
string or null
Cursor to use in starting_after to retrieve the next page, or null if there are no more results.