Accelerate the Value of Data

Get Total Active Tasks Count

Get the total count of tasks for all tenants.

Returns the total count of tasks for all tenants with the following statuses: SCHEDULED, PROCESSING, PAUSING, PAUSED, CANCELING, WAITING_FOR_RESOURCE.

Note: Available to Admin or the Tenant's Admin.

Request

 GET {ApplicationURL}/tasks/_total

Response

JSON object with the total number of active tasks related to tenants that are accessible for the user.

{
   "total":13
}