Returns a summary of all runs (completed, failed, running, etc.) within the specified date range. Useful for answering questions like:
Documentation Index
Fetch the complete documentation index at: https://docs.sequentum.com/llms.txt
Use this file to discover all available pages before exploring further.
API Key authorization header. Example: "Authorization: ApiKey {your-api-key}"
OAuth 2.0 Bearer token. Example: "Authorization: Bearer {access-token}"
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)
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)