Task APIs

Get /api/v3/task

Operation: GetTasksV3 Paginated

Retrieves a list of tasks


Get /api/v3/task/{taskGuid}

Operation: GetTaskV3

Retrieves a task by its GUID. The output property could potentially contain a large amount of data. If response time or size becomes an issue, use field reduction to eliminate the output field.


Get /api/v3/task/{taskGuid}/errorOutput

Operation: GetTaskOutputFileV3

Retrieves a task’s error log as an EXCEL file by its GUID.
At this time error logs can be downloaded for “ReadingImport” task type only


Put /api/v3/task/{taskId}

Operation: EditTaskV3

Edits the note/comment associated with a task