List tasks in a project
list_tasksList active tasks for a Clockify project to retrieve task IDs needed for starting timers or logging time. Requires project ID.
Instructions
List active tasks belonging to a Clockify project. Use this to find the taskId for start_timer and log_time. Requires a projectId from list_projects.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | No | Filter by task name (substring match). | |
| projectId | Yes | Project id from list_projects. |