list_projects
Retrieve a paginated list of projects, filtered by client, active status, or update date.
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 |
|---|---|---|---|
| page | No | Page number for pagination | |
| per_page | No | Number of projects per page (max 2000) | |
| client_id | No | Filter by client ID | |
| is_active | No | Filter by active status | |
| updated_since | No | Filter by projects updated since this timestamp |