Skip to main content
GET
Check task status

Authorizations

Authorization
string
header
required

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

Path Parameters

taskId
string<uuid>
required

The unique identifier of the task to check

Response

200 - application/json

Task status retrieved successfully

task-id
string<uuid>

Unique identifier of the task

status
enum<string>

Current status of the task

Available options:
COMPLETED,
PENDING,
IN PROGRESS,
FAILED
file-path
string | null

S3 path to the output file (available when completed)

total-count
integer

Total Number of records

Example:

100000

processed
integer

Number of tasks processed

Example:

100000

message
string

Response message