list-projects
Retrieve and filter projects by client, status, or activity. Paginate through large datasets for project overview and tracking.
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
| Name | Required | Description | Default |
|---|---|---|---|
| page | No | Page number for pagination (starts from 1) | |
| active | No | Filter by active status (0=archived/inactive, 1=active) | |
| format | No | Response format - either "json" or "xml" | json |
| status | No | Filter by project status (numeric status ID from status management) | |
| per-page | No | Number of items per page (max 200, default varies by API) | |
| client_id | No | Filter by client ID to show only projects for a specific client |