Retrieves a filtered list of workflow execution runs. This endpoint provides:
API key-based authentication. Provide your CloudCruise API key in the cc-key header.
ISO 8601 timestamp for the earliest run creation time to include. Cannot be older than 31 days. Defaults to 24 hours ago if not provided.
"2026-02-14T00:00:00Z"
Filter runs by workflow ID
Filter runs by execution status
execution.queued, execution.start, execution.failed, execution.success, execution.paused, execution.stopped, execution.requeued Filter runs by vault credential (permissioned_user_id)
Maximum number of runs to retrieve
1 <= x <= 10000Filtered runs successfully retrieved
Unique identifier for the run session
"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx"
Current execution status of the run
execution.queued, execution.start, execution.failed, execution.success, execution.paused, execution.stopped, execution.requeued "execution.success"
When the run was created
"2026-02-15T10:00:00Z"
Identifier for the workflow that was executed
"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx"
Identifier for the workspace the run belongs to
"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx"
When execution began
"2026-02-15T10:00:01Z"
When execution completed
"2026-02-15T10:00:30Z"
Whether this was a dry run
false