Task
GET
3 endpoints
/api/v3/task/{taskGuid}/errorOutput
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
/api/v3/task
GetTasksV3
Retrieves a list of tasks
/api/v3/task/{taskGuid}
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.