Skip to content

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 identifier
  • download_url: URL to download file
  • file_size: Size in bytes
  • expires_at: Link expiration time

Example

Prompt: Export project abc123 as Excel file