list-projects
Retrieve and filter projects from Float.com to track status, find client-specific work, and manage large datasets with pagination.
Instructions
Retrieve a paginated list of all projects with advanced filtering options. Use this for project overview, status tracking, and finding specific projects by client or status. Supports pagination for large project datasets.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| status | No | Filter by project status (numeric status ID from status management) | |
| client_id | No | Filter by client ID to show only projects for a specific client | |
| active | No | Filter by active status (0=archived/inactive, 1=active) | |
| page | No | Page number for pagination (starts from 1) | |
| per-page | No | Number of items per page (max 200, default varies by API) | |
| format | No | Response format - either "json" or "xml" | json |