list-project-tasks
Retrieve a list of project tasks with optional filters for project, phase, or status. Specify criteria to narrow results, including billable status and pagination for efficient data access.
Instructions
List all project tasks with optional filtering by project, phase, or status
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project_id | No | Filter by project ID | |
| phase_id | No | Filter by phase ID | |
| active | No | Filter by active status (0=archived, 1=active) | |
| billable | No | Filter by billable status (0=non-billable, 1=billable) | |
| status | No | Filter by task status (numeric) | |
| page | No | Page number for pagination | |
| per-page | No | Number of items per page (max 200) | |
| fields | No | Comma-separated list of fields to return |