Retrieve run results
Retrieves comprehensive results and execution details for a specific browser agent run. This endpoint provides:
- Current execution status and overall outcome
- Detailed output data based on your defined data model
- Run artifacts including screenshots, error logs, and authentication/input variable records
was_recovered—trueif any errors were successfully recovered by the Maintenance Agentrecovered_error_ids— array oferror_idvalues that were recovered, correlating to theerrorsarray
llm_error_sub_type (the specific sub‑classification) and llm_error_description (an AI‑generated explanation of the failure). See the error classification matrix for all possible category and sub‑type values.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)
"e5f6a7b8-9abc-4def-0123-56789abcdef0"
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
"d4e5f6a7-89ab-45cd-ef01-456789012abc"
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
Whether any errors in this run were successfully recovered by the Maintenance Agent. True if at least one error was auto-recovered.
Array of error_id values from the errors array that were successfully auto-recovered by the Maintenance Agent.

