Sheets
Export as JSONL file
Create a JSONL file with the contents of the sheet.
post/v1/sheets/{sheet_id}/export-file/jsonlines
Path parameters
sheet_idinteger required
The id of the sheet.
Query parameters
include_unmappedboolean
If unmapped columns should be included in the exported file.
row_filter'all' | 'clean' | 'errors'
Which rows should be included in the export.
embed_idinteger
[importer only] The id of the embed which contains the sheet.
Response
The request has succeeded.
Example response
{
"download_url": "https://s3.amazonaws.com/XXX"
}