Structured Sheets
Download table data
Download the table data in the specified format.
Available formats:
- parquet: Apache Parquet columnar format (recommended for data analysis)
- csv: Comma-separated values (compatible with any spreadsheet application)
get/v1/structured-sheets/{structured_sheet_id}/tables/{table_id}/download
Path parameters
structured_sheet_idstring required
The unique identifier of the structured sheet conversion.
Example:ss_01kfxgjd94fn9stqm42nejb627
The unique identifier of the structured sheet conversion.
table_idstring required
The unique identifier of the table.
Example:tbl_01kfxgjd94fn9stqm45rqr2pnz
The unique identifier of the table.
Query parameters
format'parquet' | 'csv' required
Available download formats for individual tables.
- parquet: Single table as Parquet file
- csv: Single table as CSV file
The format to download the table data in.
Response
Table data in the requested format