List projects
harvest_list_projectsList projects, optionally filtered by active status or client, or updated-since. Paginated. Harvest REST: GET /projects.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page | No | Page number (1-based) for pagination. | |
| per_page | No | Results per page (1–2000, Harvest default 2000). | |
| client_id | No | Filter to a single client id. | |
| is_active | No | Only active (true) or archived (false) projects. | |
| updated_since | No | Only projects updated since this ISO-8601 datetime. |