quire.exportProject
Export project tasks from Quire to JSON or CSV format for backups, analysis, or integrations. Filter by task status and merge columns in CSV.
Instructions
Export all tasks from a project in JSON or CSV format. Useful for backups, analysis, or integrations. Supports progress notifications for large exports when client provides a progressToken.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | The project ID (e.g., 'my-project') or OID (unique identifier) | |
| format | No | Export format: 'json' (default) or 'csv' | json |
| status | No | Task status filter: 'active' for active tasks, 'completed' for completed tasks, or 'all' for all tasks. Default: 'all'. | |
| merge | No | Whether to merge multiple values of the same header into one column (CSV only). Default: false. |