v1

latestOpenAPI 3.1.0proprietary2026-07-24156175241.3 KB
Sheets

Export as CSV file

Create a CSV file with the contents of the sheet.

post/v1/sheets/{sheet_id}/export-file/csv

Path parameters

sheet_idinteger required

The id of the sheet.

Query parameters

row_filter'all' | 'clean' | 'errors'

Which rows should be included in the export.

include_unmappedboolean

If unmapped columns should be included in the exported file.

embed_idinteger required

[importer only] The id of the embed which contains the sheet.

Response

The request has succeeded.

download_urlstring

Example response

{
  "download_url": "https://s3.amazonaws.com/XXX"
}