Skip to main content
GET
Get Task Status

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

task_id
string
required

Response

Successful Response

Response for task status.

task_id
string
required
status
string
required

pending, running, completed, failed

created_at
string
required
updated_at
string
required
progress
integer | null

Progress percentage (0-100)

result
Result · object | null
error
string | null