Accelerate the Value of Data

Get Total Count of Active Tasks

Returns the total count of export tasks for all tenants.

This API is available to everyone and returns the total count of export tasks for all tenants with the following statuses:

  • SCHEDULED
  • SCHEDULED_POLL
  • PROCESSING
  • PAUSING
  • PAUSED
  • CANCELING
  • WAITING

Request

GET {ExportServiceURL}/tasks/_total

Response

JSON object with total number of active tasks.

{"total": 1	}