List custom fields
clockify_list_custom_fieldsList custom fields configured in a Clockify workspace. Supports pagination with page and page size, or fetch all pages up to a limit. Requires a paid plan.
Instructions
Custom fields defined on the workspace. Needs a paid plan.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| 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. |