Skip to main content
POST
Get task status (single or batch)

Headers

x-api-key
string
required

Body

application/json

task_id accepts either a single task id or a list of them — the response shape mirrors whichever was sent. A list is capped at MAX_BATCH_TASK_IDS (50) items per request.

task_id
required

Response

Successful Response

TaskStatusResponse when task_id was a string; TaskStatusBatchResponse when it was an array.

success
boolean
required
task
TaskStatusData · object
required