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_idstringRequiredformat: "uuid"

Response

Successful Response
idstringformat: "uuid"
Unique identifier for the workflow
namestring
Name of the workflow
generationStatusenum
Current status of workflow generation
Allowed values:
createdAtdatetime
When workflow was created
generationErrorstring or null
Error message if generation failed
generationProgressstring or null

Current progress step (e.g., “downloading_history”, “detecting_variables”)

liveUrlstring or null

Live browser view URL (available only during generation)

stepslist of objects or null

List of generated workflow steps (available after completion)

updatedAtdatetime or null
When workflow was last updated

Errors