Accelerate the Value of Data

Get Total Count of Tasks in History

The API helps you to get the total count of finished exports for all the tenants.

This API is available to Administrator and returns the total count of export tasks for all tenants with the status as follows:

  • CANCELED
  • COMPLETED
  • FAILED

Request

GET {ExportServiceURL}/tasks/history/_total

Response

JSON object with total number of tasks in history.

{"total": 17}