---
title: "Download Dataset Jsonl"
method: GET
path: "/api/v1/datasets/{dataset_id}/jsonl"
tags: ["datasets"]
---

# Download Dataset Jsonl

`GET /api/v1/datasets/{dataset_id}/jsonl`

Download a dataset as CSV format.

## Path parameters

- `dataset_id` string, uuid, required

## Query parameters

- `as_of` string, date-time, nullable — Only modifications made on or before this time are included. If None, the latest version of the dataset is used.

## Response `200`

Successful Response

- unknown

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.net/langchain-ai/apis/langsmith.md) · [All operations](https://skmtc.net/langchain-ai/apis/langsmith/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/langchain-ai/langsmith/versions/a0acb3a6a101/schema)
