everhour_get_tasks_for_project
Retrieve all tasks for a project, with optional filters for status, assignee, search query, and pagination.
Instructions
Get all tasks for a specific project using the /tasks/for_project/{project_id} endpoint.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page | No | Page number for pagination (default: 1) | |
| limit | No | Number of tasks per page (default: 100) | |
| query | No | Search query to filter tasks by name | |
| status | No | Filter tasks by status | |
| assignee | No | Filter tasks by assignee user ID | |
| projectId | Yes | Project ID to get tasks for |