Task Count by Status
Returns the number of tasks in each status for the workspace. All filter fields are optional and supplied at the top level of the body; an empty body () returns counts across all tasks. The Open bucket also includes a week-over-week creation trend. The underlying route requires the CAN_VIEW_REPORTING permission — the API key acts as its default user.
{}) counts all tasks. The Open bucket additionally carries a week-over-week creation trend. Requires the CAN_VIEW_REPORTING permission (inherited from the key’s default user).Body
Start of the task date range.
End of the task date range.
Assignee UUIDs (user, team, role, or location IDs). Use "unassigned" to include unassigned tasks.
Task statuses to include, e.g. "Open", "In Progress", "Completed", "Missed".
Category (ServiceType) UUIDs.
Due-date filter. Provide one of the boolean flags or a dates range.
Response
Task counts by status retrieved successfully. Each status maps to an object with a count; the Open bucket also carries a trend.