task

Gets information about this task, such as name, creation date, processing time, status, command line options and number of images being processed. See schema definition for a full list.

get/task/{uuid}/info

Path parameters

uuidstring required

UUID of the task

Query parameters

tokenstring

Token required for authentication (when authentication is required).

Response

Task Information

uuidstring required

UUID

namestring required

Name

dateCreatedinteger required

Timestamp

processingTimeinteger required

Milliseconds that have elapsed since the task started being processed.

status10 | 20 | 30 | 40 | 50 required

Status code (10 = QUEUED, 20 = RUNNING, 30 = FAILED, 40 = COMPLETED, 50 = CANCELED)

imagesCountinteger required

Number of images

Changes