list_projects
Retrieve projects with optional filters by client, active status, or updated date. Returns paginated results with full project details.
Instructions
Retrieve a list of projects with optional filtering by client, active status, and updated date. Returns paginated results with comprehensive project details.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| is_active | No | Filter by active status | |
| client_id | No | Filter by client ID | |
| updated_since | No | Filter by projects updated since this timestamp | |
| page | No | Page number for pagination | |
| per_page | No | Number of projects per page (max 2000) |