Skip to main content
GET
List Agent Results

Headers

string
required
Your API key for authentication.

Path Parameters

string
required
The ID of the eval run.

Query Parameters

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 agent result objects, one per call-by-agent evaluation.
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.