cURL
List evaluations
Returns a cursor-paginated list of evaluation results for a specific agent, newest first. Only completed and failed evaluations are returned (transient states like queued/in_progress are excluded).
Each evaluation includes the grade, criteria pass/fail results, extracted data points, applied tags, and sentiment analysis.
GET
cURL
Authorizations
Path Parameters
ID of the agent whose evaluations to list.
Query Parameters
Number of evaluations to return per page (1-100).
Required range:
1 <= x <= 100Pagination cursor from a previous response's next_cursor field.
Filter evaluations by grade.
Available options:
pass, needs_review, needs_attention 