Get Total Active Tasks Count for a Tenant
Get the total count of tasks for the specified tenant.
SCHEDULED, PROCESSING,
PAUSING, PAUSED, CANCELING,
WAITING_FOR_RESOURCE. Request
GET {ApplicationURL}/{Tenant}/tasks/_total
| Name | Required | Details |
|---|---|---|
filter |
No | Enables tasks filtering by a condition. Format for filter query parameter: The Condition types are:
AND and OR conditions. |
Response
JSON object with the total number of active tasks for the specified tenant.
{
"total": 13
}