Get workflow error analytics
Retrieves error analytics for a specific workflow within a time range. This endpoint provides:
- Aggregated error counts grouped by error code
- Detailed error information including session IDs, timestamps, and descriptions
- Support for filtering by time range to analyze error trends
- Configurable result limits for large error sets
Authorizations
API key-based authentication. Provide your CloudCruise API key in the cc-key header.
Path Parameters
Unique identifier for the workflow
Query Parameters
Start of the time range (ISO 8601 format)
"2025-10-01T00:00:00Z"
End of the time range (ISO 8601 format)
"2025-10-29T23:59:59Z"
Maximum number of errors to retrieve
1 <= x <= 5000Response
Workflow error analytics successfully retrieved
Aggregated error analytics for a workflow within a specific time range
Unique identifier for the workflow
"d4e5f6a7-89ab-45cd-ef01-456789012abc"
Time range for the error analytics
Total number of errors in the time range
15
Errors grouped by error code

