API key-based authentication. Provide your CloudCruise API key in the cc-key header.
Unique identifier for the browser agent run session
Run results successfully retrieved
Comprehensive response containing workflow execution results and artifacts
Unique identifier for the workflow execution session (UUIDv4)
"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx"
Current status of the workflow execution
execution.queued, execution.start, execution.failed, execution.success, execution.paused, execution.stopped, execution.requeued "execution.success"
Identifier for the workflow that was executed
"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx"
Variables provided at workflow execution start. Contains both workflow-specific inputs and vault entry references.
Vault entries are referenced by their permissioned_user_id, either as single strings or arrays for credential pooling.
Vault entry metadata for credentials used in this run. Keys are the credential aliases defined in the workflow's vault_schema. Values contain the user ID, alias, domain, and encrypted credentials.
List of input variable keys whose values are encrypted vault credentials. Use this to identify which input_variables contain sensitive data that should not be displayed in plaintext.
Number of times this run has been retried due to recoverable errors (e.g., service unavailable). Null if the run has not been retried.
Output data from the workflow execution, structured according to your defined data model
List of errors encountered during workflow execution