---
title: "Read dataset content as csv or jsonl"
method: GET
path: "/v1/datasets/{dataset_id}/export"
tags: ["datasets"]
---

# Read dataset content as csv or jsonl

`GET /v1/datasets/{dataset_id}/export`

Export dataset content

## Path parameters

- `dataset_id` string, required

## Query parameters

- `format` string, required — Export format: csv or jsonl
- `columns` string, nullable — Comma-separated list of columns to export, optional
- `limit` integer, nullable — Limit the number of rows to export, optional

## Response `200`

Successful Response

- unknown

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.net/nebius/apis/nebius-openai-compatible-inference-api.md) · [All operations](https://skmtc.net/nebius/apis/nebius-openai-compatible-inference-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/nebius/nebius-openai-compatible-inference-api/versions/0fb323abba3c/schema)
