list_projects
Retrieve projects from a Clockify workspace using filters like name, archived status, billable flag, client, or user. Supports pagination and can fetch all pages automatically.
Instructions
List projects on the workspace with optional filters (paginated). fetch_all=True follows pagination and returns every page concatenated.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| workspace_id | No | ||
| name | No | ||
| strict_name_search | No | ||
| archived | No | ||
| billable | No | ||
| clients | No | ||
| users | No | ||
| is_template | No | ||
| hydrated | No | ||
| sort_column | No | ||
| sort_order | No | ||
| page | No | ||
| page_size | No | ||
| fetch_all | No |