Retrieve a task status
Tasks
Retrieve a task status
Returns just the current status of a task.
This endpoint is more lightweight than GET /v2/workflow/get-task.
GET
Retrieve a task status
Documentation Index
Fetch the complete documentation index at: https://docs.browseract.com/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
Send your API key in the Authorization header as Bearer <API_KEY>.
Query Parameters
Task ID returned by run-task or run-task-by-template.
Minimum string length:
1Response
OK
Lightweight response containing only the task status.
Current task status.
created: Task is created but not yet runningrunning: Task is currently executingfinished: Task completed successfullycanceled: Task was canceled (e.g., via Stop Task)pausing: Task is transitioning into paused statepaused: Task is paused and can be resumedfailed: Task ended with an errorunknown: Unknown or unsupported status
Available options:
created, running, finished, canceled, pausing, paused, failed, unknown 
