Retrieve a single task by identifiers
Retrieve a single task by identifiers
Check out the Retrieve a Task docs on how to get a single task by its identifiers.
List all tasks by search parameters
List all tasks by search parameters
Check out the Get Multiple Tasks docs to learn more about how to download multiple tasks by different parameters like project, batch, status, or completion date.
Download tasks in a delivery
Download tasks in a delivery
Check out the Download tasks in a delivery docs to download tasks in a specific delivery.
Unique identifier for the task.
Example:
"task_abc123"
Current status of the task.
Available options:
pending
, completed
, canceled
, error
UTC timestamp when the task was created.
UTC timestamp when the task was completed.
Custom metadata for the entity.
Threads associated with the task. Tasks that do not have a status
of completed
will have an empty threads
array.
Errors associated with the task. Available when the task status is error
Reports of sensitive content within the task. Available when the task status is completed
. threads
will not exist when the task is reported.