POST /document/export
Export Documents
Export all documents as a clean, denormalized CSV.
Request Body (ExportDocumentApiRequest)
| Field | Type | Required | Description |
|---|---|---|---|
document_id | string | No | Document UUID to export |
idempotency_key | string | No | Idempotency key — replays the prior export instead of re-running |
Response (ExportDocumentApiResponse)
| Field | Type | Required | Description |
|---|---|---|---|
content | string | Yes | Exported file content |
file_name | string | Yes | Suggested file name for download |
mime_type | string | Yes | MIME type of the exported content |
row_count | integer | Yes | Number of rows in the export |
Last updated on