export_project¶
Export project data to various formats.
Purpose¶
Export complete project data for backup, analysis, or sharing.
Parameters¶
| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
project_id |
string | Yes | - | Project UUID |
export_format |
string | No | "json" | Format: json, xlsx, csv |
include_exchanges |
boolean | No | True | Include exchange data |
include_metadata |
boolean | No | True | Include metadata |
Export Formats¶
- json: Complete structured data
- xlsx: Excel workbook with multiple sheets
- csv: Compressed archive with CSV files
Returns¶
export_id: Unique identifierdownload_url: URL to download filefile_size: Size in bytesexpires_at: Link expiration time
Example¶
Prompt: Export project abc123 as Excel file
Related Tools¶
- list_projects - Find project IDs
- get_project - View before export