export_project
Export complete project data as JSON, including boards, columns, and item cells, to back up, migrate, or restore a system.
Instructions
The whole project as JSON — boards, columns with settings, items with their cells keyed by column id. For migrations, backups and reading a system back. Items are capped per board for the model's sake; the REST endpoint GET /organizations/{orgId}/projects/{projectId}/export.json returns everything.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| projectId | Yes | ||
| organizationId | No | Defaults to the credential organization | |
| maxItemsPerBoard | No | Default 200 |