Skip to main content

Capacities

GET /organizations/{organization_id}/workspaces/{workspace_id}/capacities/{group}​

https://focus.toggl.com/api/organizations/{organization_id}/workspaces/{workspace_id}/capacities/{group}
curl  https://focus.toggl.com/api/organizations/{organization_id}/workspaces/{workspace_id}/capacities/{group} \
-H "Content-Type: application/json" \
-u <email>:<password>

Parameters​

Path​

nametyperequireddescription
organization_idintegertrueorganization ID
workspace_idintegertrueworkspace ID
groupstringtruegroup of computations

Query​

nametyperequireddescription
user_id[]integertrueget capacity computations for the user given their ID
ghost_id[]integerfalseget capacity computations for the resource/ghost given their ID
start_datestringtruestart date of computation
end_datestringtrueend date of computation
privatebooleanfalsetask privacy used to compute for capacity
task_source[]stringfalsefilter task sources
unitstringfalseunit of time for computation. default: day

Response​

200​

Computations grouped

NameTypeDescription
itemsArray of object-
items​
NameTypeDescription
computationsArray of objectThe computations that belong to the grouping entity
idintegerThe ID of the entity that groups the computations
typestringThe type of the entity that groups the computations
computations​
NameTypeDescription
assigned_tasks_countintegerNumber of tasks assigned to the user on the specified Date
datestringThe date of the computation
estimated_minutesintegerThe summation of a user's tasks' estimated minutes in the day
working_minutesintegerThe user's per day working minutes set in their user preferences

400​

Invalid request

403​

Insufficient permissions

500​

Internal Server Error

© 2026 Toggl. All rights reserved.