Summary report
clockify_summary_reportGet totals grouped by project, client, user, tag, or date for any time range across the whole workspace. Requires a paid Clockify plan; free plans should use the time summary tool instead.
Instructions
Totals grouped the way the Clockify summary report groups them, for the whole workspace. Needs a paid plan; on the free plan use clockify_time_summary instead.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| to | Yes | Range end, inclusive when a plain date is given | |
| from | Yes | Range start: `2026-08-01`, `today`, or a full ISO instant | |
| extra | No | Extra fields merged into the request body, for filters without a dedicated argument | |
| tag_ids | No | Limit to these tags | |
| billable | No | Only billable (true) or only non-billable (false) | |
| group_by | No | Grouping levels, outermost first (default PROJECT then USER) | |
| user_ids | No | Limit to these users | |
| client_ids | No | Limit to these clients | |
| project_ids | No | Limit to these projects | |
| workspace_id | No | Workspace id. Falls back to CLOCKIFY_WORKSPACE_ID, then to the account's active workspace. |