v1

latestSwagger 2.0GPL-3.02026-07-1715216.9 KB
task

Retrieves the console output of the OpenDroneMap's process. Useful for monitoring execution and to provide updates to the user.

get/task/{uuid}/output

Path parameters

uuidstring required

UUID of the task

Query parameters

lineinteger

Optional 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. Defaults to 0 (retrieve all console output).

tokenstring

Token required for authentication (when authentication is required).

Response

Console Output

string required