List projects
clockify_list_projectsList projects from your Clockify workspace, filtering by name, client, archived state, or billable status. Get project IDs and client info for integration and reporting.
Instructions
Projects in the workspace, with their ids, clients and archived state.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | No | Filter by name, partial match | |
| page | No | Page number (default 1) | |
| limit | No | Cap for all_pages (default 500) | |
| archived | No | true for archived only, false for active only | |
| billable | No | Filter by billable flag | |
| hydrated | No | Include tasks and memberships in each project | |
| all_pages | No | Follow pagination and return up to `limit` items across pages | |
| page_size | No | Items per page, max 200 (default 50) | |
| client_ids | No | Only projects of these clients | |
| workspace_id | No | Workspace id. Falls back to CLOCKIFY_WORKSPACE_ID, then to the account's active workspace. |