export_project
Export the complete project structure as JSON, including boards, columns, and items with column IDs, for migration and backup. Retrieved via REST endpoint.
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 | Project id (from list_projects / create_project) | |
| organizationId | No | Defaults to the credential organization | |
| maxItemsPerBoard | No | Default 200 |