Summarise tracked time
clockify_time_summaryCompute time totals per project, task, day, or tag for any period. Works without Reports API by analyzing time entries directly.
Instructions
Totals per project, task, day or tag for a period — computed from the entries themselves, so it also works on the free plan, where the Reports API is not available.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| to | No | Range end, inclusive | |
| date | No | A single day | |
| from | No | Range start | |
| user_id | No | User id, or `me` (default) for the owner of the API key. | |
| group_by | No | What to total by (default project) | |
| workspace_id | No | Workspace id. Falls back to CLOCKIFY_WORKSPACE_ID, then to the account's active workspace. |