Tables
Export table
Export table data as CSV, XLSX, JSON, or a ZIP of images.
GET
Path parameters
The unique identifier of the table.
Query parameters
Export format. One of:
csv, xlsx, json, images.Comma-separated list of column keys to include. Omit to export all columns.
Response
The response depends on the chosen format:| Format | Content-Type | Description |
|---|---|---|
csv | text/csv | Semicolon-delimited CSV file. |
xlsx | application/vnd.openxmlformats-officedocument.spreadsheetml.sheet | Excel spreadsheet. |
json | application/json | JSON array of row objects. |
images | application/zip | ZIP archive of all images from image columns, organized by row. |

