get-phases-by-date-range
Retrieve phases within a specified date range from Float. Use start and end dates, with optional filters for project ID and phase status to restrict results.
Instructions
Get phases that fall within a specific date range
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| start_date | Yes | Start date for the range (YYYY-MM-DD) | |
| end_date | Yes | End date for the range (YYYY-MM-DD) | |
| project_id | No | Filter by project ID | |
| status | No | Filter by phase status (0=Draft, 1=Tentative, 2=Confirmed) |