Get Total Count of Active Tasks
Returns the total count of export tasks for all tenants.
This API operation returns the total count of export tasks for all tenants with the following statuses:
SCHEDULEDSCHEDULED_POLLPROCESSINGPAUSINGPAUSEDCANCELINGWAITING
Request
GET {ExportServiceURL}/tasks/_totalResponse
JSON object with total number of active tasks.
{"total": 1 }