Weekly report
clockify_weekly_reportGenerate a weekly time report with rows per project or person and columns per day, filtering by tags, clients, projects, or users to track time allocation.
Instructions
The weekly grid: rows per project or person, columns per day. Needs a paid plan.
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 | |
| group | No | Rows of the weekly grid (default PROJECT) | |
| tag_ids | No | Limit to these tags | |
| billable | No | Only billable (true) or only non-billable (false) | |
| subgroup | No | What each cell shows (default TIME) | |
| 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. |