Get Workflow Generation State
Get workflow generation state with live browser URL for polling.
This endpoint returns the current state of workflow generation including the live browser URL (if available). It’s designed to be polled every 2 seconds during generation to show real-time browser activity in the frontend.
Authentication
X-Browser-Use-API-Keystring
API Key authentication via header
Path Parameters
workflow_id
Response
Successful Response
id
Unique identifier for the workflow
name
Name of the workflow
generationStatus
Current status of workflow generation
Allowed values:
createdAt
When workflow was created
liveUrl
Live browser view URL (available only during generation)
steps
List of generated workflow steps (available after completion)