Runs summary
Returns a summary of all runs (completed, failed, running, etc.) within the specified date range. Useful for answering questions like:
- “How many agents ran yesterday?”
- “What agents failed last week?”
Authorizations
API Key authorization header. Example: "Authorization: ApiKey {your-api-key}"
OAuth 2.0 Bearer token. Example: "Authorization: Bearer {access-token}"
Query Parameters
Start date for the range (ISO format, defaults to yesterday)
End date for the range (ISO format, defaults to now)
Optional: Filter by specific status (Failed, Completed, etc.)
0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12 Whether to include details of failed runs (default: true)
Response
Returns the runs summary
Response model for runs summary
Start date of the range
End date of the range
Total number of runs in the date range
Number of completed runs
Number of failed runs
Number of runs completed with errors
Number of currently running runs
Number of queued runs
Number of stopped runs
Details of failed runs (if requested)