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