Get Execution

Get detailed execution information including status, results, and costs.

Authentication

X-Browser-Use-API-Keystring
API Key authentication via header

Path Parameters

execution_idstringRequiredformat: "uuid"

Response

Successful Response
idstringformat: "uuid"
Unique identifier for the execution
workflowIdstringformat: "uuid"
ID of the workflow being executed
statusenum
Current status of the execution
Allowed values:
createdAtdatetime
Naive UTC timestamp when execution was created
userIdstring or null
User ID who triggered the execution
startedAtdatetime or null
Naive UTC timestamp when execution started
finishedAtdatetime or null
Naive UTC timestamp when execution finished
timeTakendouble or null
Time taken for execution in seconds
llmsCoststring or nullformat: "^(?!^[-+.]*$)[+-]?0*\d*\.?\d*$"Defaults to 0
LLM costs for this execution
initCoststring or nullformat: "^(?!^[-+.]*$)[+-]?0*\d*\.?\d*$"Defaults to 0
Initialization costs for this execution
totalCoststring or nullformat: "^(?!^[-+.]*$)[+-]?0*\d*\.?\d*$"Defaults to 0
Total cost for this execution
inputmap from strings to any or null
Input parameters used for execution
outputmap from strings to any or null

Output/results from the execution

errorsmap from strings to any or null
Errors encountered during execution
executionMetadatamap from strings to any or null
Metadata for this execution
logsDownloadUrlstring or null
Presigned URL to download execution logs

Errors