list-phases
Retrieve project phases filtered by project ID, status, date range, or active status. Supports pagination for managing large sets of results.
Instructions
List all phases with optional filtering by project, status, or date range
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project_id | No | Filter by project ID | |
| status | No | Filter by phase status (0=Draft, 1=Tentative, 2=Confirmed) | |
| start_date | No | Filter by start date (YYYY-MM-DD) | |
| end_date | No | Filter by end date (YYYY-MM-DD) | |
| active | No | Filter by active status (0=archived, 1=active) | |
| page | No | Page number for pagination | |
| per-page | No | Number of items per page (max 200) |