v1

latestOpenAPI 3.1.0proprietary2026-07-24156175241.3 KB
Sheets

Export as JSON file

Create a JSON file with the contents of the sheet.

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

Path parameters

sheet_idinteger required

The id of the sheet.

Query parameters

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"
}