---
title: "Download Table Data as CSV"
method: GET
path: "/v1/table/{table_id}/csv"
tags: ["Table"]
---

# Download Table Data as CSV

`GET /v1/table/{table_id}/csv`

Download the data of a specified table as a CSV file.

## Path parameters

- `table_id` string, uuid, required

## Query parameters

- `sort` string
- `filter` string

## Response `200`

Successfully downloaded the table data as a CSV file.

## Other responses

- `403` — Unauthorized action - User lacks necessary permissions.
- `404` — Table not found.

---

[API](https://skmtc.net/morta-technology/apis/morta-api-reference.md) · [All operations](https://skmtc.net/morta-technology/apis/morta-api-reference/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/morta-technology/morta-api-reference/versions/9c58c1c1e7e8/schema)
