list-tasks
Retrieve a list of tasks and allocations filtered by project, person, or date range for efficient scheduling.
Instructions
List all tasks/allocations with optional filtering by project, person, or date range
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page | No | Page number for pagination | |
| status | No | Filter by task status (numeric) | |
| end_date | No | Filter by end date (YYYY-MM-DD) | |
| per-page | No | Number of items per page (max 200) | |
| people_id | No | Filter by person ID | |
| project_id | No | Filter by project ID | |
| start_date | No | Filter by start date (YYYY-MM-DD) |