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

id
string
required

ID of the async task

Response

Successful Response

message
string
required
created_at
string<date-time>
required
updated_at
string<date-time>
required
id
string
status
enum<string>
default:pending
Available options:
pending,
completed,
error
data
Data · object | null
error
Error · object | null