---
title: "Export as CSV file"
method: POST
path: "/v1/sheets/{sheet_id}/export-file/csv"
tags: ["Sheets"]
---

# Export as CSV file

`POST /v1/sheets/{sheet_id}/export-file/csv`

Create a CSV file with the contents of the sheet.

## Path parameters

- `sheet_id` integer, required

## Query parameters

- `row_filter` 'all' | 'clean' | 'errors'
- `include_unmapped` boolean
- `embed_id` integer, required

## Response `200`

The request has succeeded.

- DownloadUrlResponse
  - `download_url` string

## Other responses

- `400` — 400

---

[API](https://skmtc.net/oneschema/apis/templates.md) · [All operations](https://skmtc.net/oneschema/apis/templates/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/oneschema/templates/versions/40674aa6d4d9/schema)
