Get Total Count of Active Tasks For Tenant
The API returns the total count of export tasks for the specified tenant.
SCHEDULED
SCHEDULED_POLL
PROCESSING
PAUSING
PAUSED
CANCELING
WAITING
Request
GET {ExportServiceURL}/{Tenant}/tasks/_total
Response
JSON object with total number of active tasks for the specified tenant.
{"total": 1}