Skip to main content
GET
Get workflow error analytics

Authorizations

cc-key
string
header
required

API key-based authentication. Provide your CloudCruise API key in the cc-key header.

Path Parameters

workflow_id
string<uuid>
required

Unique identifier for the workflow

Query Parameters

start_timestamp
string<date-time>
required

Start of the time range (ISO 8601 format)

Example:

"2025-10-01T00:00:00Z"

end_timestamp
string<date-time>
required

End of the time range (ISO 8601 format)

Example:

"2025-10-29T23:59:59Z"

limit
integer
default:1000

Maximum number of errors to retrieve

Required range: 1 <= x <= 5000

Response

Workflow error analytics successfully retrieved

Aggregated error analytics for a workflow within a specific time range

workflow_id
string<uuid>
required

Unique identifier for the workflow

Example:

"d4e5f6a7-89ab-45cd-ef01-456789012abc"

timeframe
object
required

Time range for the error analytics

total_errors
integer
required

Total number of errors in the time range

Example:

15

error_groups
object
required

Errors grouped by error code

Example: