---
title: "Download dataset examples as JSONL file"
method: GET
path: "/v1/datasets/{id}/jsonl"
tags: ["datasets"]
---

# Download dataset examples as JSONL file

`GET /v1/datasets/{id}/jsonl`

## Path parameters

- `id` string, required — The ID of the dataset

## Query parameters

- `version_id` string, nullable — The ID of the dataset version (if omitted, returns data from the latest version)

## Response `200`

Successful Response

## Other responses

- `403` — Forbidden
- `422` — Invalid dataset or version ID

## Changes

- **2026-04-29** `02361ac1935f` — 1 info
  - endpoint added
- **2026-04-29** `c81391216eb5` — 1 breaking
  - api path removed without deprecation

[Change history](https://skmtc.dev/arize-ai/apis/arize-phoenix-rest-api/changes/v1/datasets/:id/jsonl/get.md)

---

[API](https://skmtc.dev/arize-ai/apis/arize-phoenix-rest-api.md) · [All operations](https://skmtc.dev/arize-ai/apis/arize-phoenix-rest-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/arize-ai/arize-phoenix-rest-api/revisions/f440cb6427a5/schema)
