List projects
list_projectsRetrieve projects from Moneybird, including active, archived, or all states via filter, to locate the project_id required for time entries.
Instructions
List projects. Moneybird returns only active projects unless the filter says otherwise. Time entries reference these by project_id.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page | No | 1-based page number. | |
| filter | No | Comma-separated `key:value` filter. The only key is `state` (all|active|archived); Moneybird defaults to `state:active`. | |
| per_page | No | Records per page (max 100, Moneybird defaults to 50). | |
| administration_id | No | Administration to act on. Defaults to the administration this server was configured with; call list_administrations to discover the available ids. |