Skip to main content
GET
Get Task Generation Status

Authorizations

anchor-api-key
string
header
required

API key for your Anchor Browser account, sent as the anchor-api-key header on every request. Create one at app.anchorbrowser.io (API Access), or obtain one programmatically via the unauthenticated agent-access flow (POST /v1/agent-access).

Path Parameters

taskId
string
required

The ID of the task

Response

Current generation status

id
string
required

Identifier of the generation request

status
enum<string>
required

Current task generation status

Available options:
generating,
ready,
failed,
waiting-for-session
project_state
string

Internal state of the generation project

error
string

Error message when generation failed