Accelerate the Value of Data

Get Total Count of Active Tasks For Tenant

The API returns the total count of export tasks for the specified tenant.

This API is available to the Administrator or the Tenant's Administrator and returns the total count of export tasks for the specified tenant with the following statuses:
  • 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}