---
title: "Download table data"
method: GET
path: "/v1/structured-sheets/{structured_sheet_id}/tables/{table_id}/download"
tags: ["Structured Sheets"]
---

# Download table data

`GET /v1/structured-sheets/{structured_sheet_id}/tables/{table_id}/download`

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)

## Path parameters

- `structured_sheet_id` string, required — The unique identifier of the structured sheet conversion.
- `table_id` string, required — 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

## Response `200`

Table data in the requested format

## Other responses

- `401` — Unauthorized
- `403` — Forbidden
- `404` — Not Found
- `409` — Conflict
- `422` — Unprocessable Content
- `429` — Too Many Requests

---

[API](https://skmtc.dev/deeptable-com/apis/deeptable-api.md) · [All operations](https://skmtc.dev/deeptable-com/apis/deeptable-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/deeptable-com/deeptable-api/revisions/acfb7545d197/schema)
