Detailed report
clockify_detailed_reportRetrieve a detailed workspace report listing every time entry in a given date range, one row per entry. Requires a paid plan.
Instructions
Every time entry in the range across the workspace, one row each. 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 | |
| page | No | Page number (default 1) | |
| 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) | |
| user_ids | No | Limit to these users | |
| page_size | No | Rows per page (default 50) | |
| 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. |