v1

latestSwagger 2.0GPL-3.02026-07-1715216.9 KB
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).

with_outputinteger

Optionally retrieve the console output for this task. The parameter specifies the line number that the console output should be truncated from. For example, passing a value of 100 will retrieve the console output starting from line 100. By default no console output is added to the response.

Response

Task Information

uuidstring required

UUID

namestring required

Name

dateCreatedinteger required

Timestamp

processingTimeinteger required

Milliseconds that have elapsed since the task started being processed.

imagesCountinteger required

Number of images

{"stackTrail":"paths:/task/{uuid}/info:get:responses:200:content:application/json:schema:properties:progress","oasType":"schema","type":"unknown","description":"Percentage progress (estimated) of the task"}
outputstring[]

Console output for the task (only if requested via ?output=<linenum>)