List tasks
clockify_list_tasksRetrieve tasks of a Clockify project with their IDs and status. Filter by name, project, or active status, and control pagination to list up to 5000 tasks.
Instructions
Tasks of a project, with their ids and status.
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) | |
| all_pages | No | Follow pagination and return up to `limit` items across pages | |
| is_active | No | Only active (true) or only done (false) tasks | |
| page_size | No | Items per page, max 200 (default 50) | |
| project_id | No | Project id | |
| project_name | No | Project name instead of the id | |
| workspace_id | No | Workspace id. Falls back to CLOCKIFY_WORKSPACE_ID, then to the account's active workspace. |