List holidays
clockify_list_holidaysRetrieve public and company holidays configured in your Clockify workspace, using optional date ranges to filter results for time-off planning.
Instructions
Public and company holidays configured in the workspace.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| to | No | Only holidays on or before this date | |
| from | No | Only holidays on or after this date | |
| page | No | Page number (default 1) | |
| limit | No | Cap for all_pages (default 500) | |
| all_pages | No | Follow pagination and return up to `limit` items across pages | |
| page_size | No | Items per page, max 200 (default 50) | |
| workspace_id | No | Workspace id. Falls back to CLOCKIFY_WORKSPACE_ID, then to the account's active workspace. |