---
title: "Download data table"
method: GET
path: "/data-tables/{dataTableId}/download"
tags: ["Data Tables"]
---

# Download data table

`GET /data-tables/{dataTableId}/download`

Streams the generated data table file for the authenticated token.

## Path parameters

- `dataTableId` string, required

## Response `200`

Binary data table file stream

## Other responses

- `401` — Unauthorized
- `404` — Data table not found or not ready
- `502` — Upstream asset unavailable

---

[API](https://skmtc.net/autocontentapi/apis/content-api.md) · [All operations](https://skmtc.net/autocontentapi/apis/content-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/autocontentapi/content-api/revisions/355890b6b4cc/schema)
