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

Response

Task Information

uuidstring

UUID

namestring

Name

dateCreatedinteger

Timestamp

processingTimeinteger

Milliseconds that have elapsed since the task started being processed.

status10 | 20 | 30 | 40 | 50

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

imagesCountinteger

Number of images

Changes