Authorizations
API key-based authentication. Provide your CloudCruise API key in the cc-key header.
Path Parameters
Unique identifier for the browser agent run session
Response
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.pause, execution.stopped, execution.requeued "execution.success"
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.
Output data from the workflow execution, structured according to your defined data model
List of errors encountered during workflow execution

