Skip to main content
GET
List Call Results

Headers

string
required
Your API key for authentication.

Path Parameters

string
required
The ID of the eval run.

Query Parameters

boolean
default:"false"
Embed each call’s per-agent verdicts inline in the agent_results field. When false, agent_results is an empty array.
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 call result 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.
string
The eval run’s current status.
integer
Total number of calls resolved for the run.