Retrieves comprehensive results and execution details for a specific browser agent run. This endpoint provides:
429 Too Many Requests errors:
| Time Window | Max Requests |
|---|---|
| 1 second | 500 |
| 15 seconds | 1,000 |
| 60 seconds | 2,000 |
429 response with the following fields:limit: Maximum requests allowed in the violated time windowremaining: Requests remaining (always 0 in a 429 response)retryAfterSeconds: Seconds to wait before retryingAPI 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"
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