---
title: "Get Table CSV Backup"
method: GET
path: "/v1/table/{table_id}/csv-backup"
tags: ["Table"]
---

# Get Table CSV Backup

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

Get a CSV backup of a table at a specific date

## Path parameters

- `table_id` string, uuid, required

## Query parameters

- `date` string, required

## Response `200`

Successfully retrieved the CSV backup

## Other responses

- `403` — Not authorized to get a CSV backup for this table
- `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)
