list-allocations
Retrieve and filter project allocations from Float.com to track team assignments, schedules, and resource utilization.
Instructions
List all allocations with optional filtering (same as tasks in Float API)
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project_id | No | Filter by project ID | |
| people_id | No | Filter by person ID | |
| start_date | No | Filter by start date (YYYY-MM-DD) | |
| end_date | No | Filter by end date (YYYY-MM-DD) | |
| status | No | Filter by status (numeric) | |
| page | No | Page number for pagination | |
| per-page | No | Number of items per page (max 200) |