Skip to main content
GET
List error codes

Authorizations

cc-key
string
header
required

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

Headers

cc-key
string

CloudCruise API key for authentication

Query Parameters

workflow_id
string<uuid>

Only return error codes mapped to this workflow

Response

Successful operation

id
string<uuid>

Unique identifier. Use this value in a node's error-code parameter.

error_code
string

Name of the error code, e.g. CLAIM_NOT_FOUND

description
string | null

Short description of the error

enriched_description
string | null

Longer description used to classify errors against this code

error_action
enum<string> | null

What CloudCruise does when a run fails with this code

Available options:
alert,
cancel,
pause,
retry,
input_required
retries
integer | null

Number of retries when error_action is retry

retry_after
integer | null

Seconds to wait between retries when error_action is retry

workspace_id
string<uuid>

ID of the workspace this error code belongs to

created_at
string<date-time>

Timestamp when the error code was created