get_tasks
List tasks within a Clockify project using a project ID, with optional filters for task name, page, page size, and archived status.
Instructions
List tasks within a project
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | No | Filter by task name | |
| page | No | Page number | |
| archived | No | Include archived tasks | |
| pageSize | No | Results per page | |
| projectId | Yes | Project ID |