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
liveUrlstring or null

Live browser view URL (available only during generation)

stepslist of objects or null

List of generated workflow steps (available after completion)

Errors