---
title: "Download structured sheet export"
method: GET
path: "/v1/structured-sheets/{structured_sheet_id}/download"
tags: ["Structured Sheets"]
---

# Download structured sheet export

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

Download the structured data in the specified format. Only available when conversion status is 'completed'.

Available formats:
- `sqlite`: SQLite database containing all extracted tables
- `cell_labels`: CSV file with cell-level semantic labels

## Path parameters

- `structured_sheet_id` string, required — The unique identifier of the structured sheet conversion.

## Query parameters

- `format` 'sqlite' | 'cell_labels' — Available download formats for structured sheets. - sqlite: SQLite database with all tables - cell_labels: JSONL with semantic labels for each cell

## Response `200`

Export file 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)
