Skip to Content

POST /document/export

Export Documents

Export all documents as a clean, denormalized CSV.

Request Body (ExportDocumentApiRequest)

FieldTypeRequiredDescription
document_idstringNoDocument UUID to export
idempotency_keystringNoIdempotency key — replays the prior export instead of re-running

Response (ExportDocumentApiResponse)

FieldTypeRequiredDescription
contentstringYesExported file content
file_namestringYesSuggested file name for download
mime_typestringYesMIME type of the exported content
row_countintegerYesNumber of rows in the export
Last updated on