---
title: "Download view data as a csv file"
method: GET
path: "/v1/table/views/{view_id}/csv"
tags: ["Table View"]
---

# Download view data as a csv file

`GET /v1/table/views/{view_id}/csv`

Download the data of a specific table view in CSV format.

## Path parameters

- `view_id` string, uuid, required

## Query parameters

- `filter` string
- `sort` string
- `process_id` string, uuid

## Response `200`

Successfully downloaded the table view data as a CSV file.

## Other responses

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

---

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