Get Execution State
Get workflow execution state with steps for live UI polling.
This endpoint returns the current state of a workflow execution including all steps with their details. It’s designed to be polled every 2 seconds during execution to show real-time progress in the frontend.
Authentication
X-Browser-Use-API-Keystring
API Key authentication via header
Path Parameters
execution_id
Response
Successful Response
id
Unique identifier for the execution
workflowId
ID of the workflow being executed
status
Current status of the execution
Allowed values:
createdAt
When execution was created
startedAt
When execution started
finishedAt
When execution finished
steps
List of execution steps with details
llmsCost
LLM costs for this execution
initCost
Initialization costs
totalCost
Total cost
liveUrl
Live browser view URL (available during and up to 60s after execution)