Get aggregated statistics for workflow runs.
Optional filtering:
configuration_id: Filter statistics for a specific configuration. If not provided, returns statistics across all workflows.start_date: Filter runs started after this date (ISO 8601)end_date: Filter runs started before this date (ISO 8601)Documentation Index
Fetch the complete documentation index at: https://docs.emergence.ai/llms.txt
Use this file to discover all available pages before exploring further.
JWT Bearer token authentication. Include the token in the Authorization header as: Authorization: Bearer <token>. The JWT must contain valid client_id, and project_id claims for tenant isolation and SDK routing.
Configuration ID. If not provided, returns statistics for all workflows.
Start date (ISO 8601)
End date (ISO 8601)
Successful Response
Aggregated statistics for workflow runs, optionally filtered by configuration.
Total number of runs
25
Number of successful runs
20
Number of failed runs
3
Number of cancelled runs
2
Number of runs currently in progress (queued or running)
1
Workflow configuration ID. None when returning statistics for all workflows.
"123e4567-e89b-12d3-a456-426614174000"
Average run duration in seconds
285.3
Last run timestamp (ISO 8601)
"2024-01-15T10:35:00Z"