List clients
clockify_list_clientsList clients in your Clockify workspace with optional filters for name, archived status, and pagination. Retrieve client details for integration or reporting.
Instructions
Clients in the workspace.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | No | Filter by name | |
| page | No | Page number (default 1) | |
| limit | No | Cap for all_pages (default 500) | |
| archived | No | ||
| 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. |