Authorizations
API Key authentication for programmatic access. Include your API key in the Authorization header as: Bearer your_api_key_here
Query Parameters
Page number for pagination (0-based, default: 0)
x >= 0Number of runs per page (1-100, default: 50)
1 <= x <= 100Field to sort by (default: createdAt)
createdAt, updatedAt, agentName, modelAlias, evalScore Sort direction (default: desc)
asc, desc Optional filter by exact agent id
Optional filter by agent name (partial match)
Optional comma-separated list of tool names to filter by
Optional start date filter (ISO string)
Optional end date filter (ISO string)
Optional comma-separated list of trigger source values (manual, jira, slack, etc.)
Optional JSON array of { op: gt|lt|eq|ge|le, value: number } for eval score filtering (applied as OR)
Response
Successful response
Paginated list of agent execution runs with filtering and sorting