List Evaluation Runs
Retrieve paginated evaluation runs with filtering and sorting options. Filter by agent, team, workflow, model, or evaluation type.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Query Parameters
Agent ID
Team ID
Workflow ID
Model ID
Filter type
agent, team, workflow Number of eval runs to return
x >= 11-based page number. Agno 2.7.4 also accepts 0 at request validation, but the pagination implementation is 1-based. Use 1 or greater.
x >= 0Field to sort by
Sort order (asc or desc)
asc, desc The ID of the database to use
The database table to use
Comma-separated eval types (accuracy,agent_as_judge,performance,reliability)
"accuracy,agent_as_judge,performance,reliability"