Skip to main content
GET
Get browser task status and result.

Authorizations

X-API-Key
string
header
required

Company API key - scoped to a specific company. Generate from the Integrations page in your dashboard.

Path Parameters

task_id
string
required

Response

Task status and result

Browser task status and result

taskId
string

Unique task ID

status
string

Task status: pending, running, completed, failed, cancelled

progressMessage
string

Current progress message

createdDate
string

ISO timestamp when task was created

startedDate
string

ISO timestamp when task started running

completedDate
string

ISO timestamp when task completed

result
object

Task result (when completed)

errorMessage
string

Error message (when failed)