---
title: "Download dataset export file"
method: GET
path: "/v1/private/datasets/export-jobs/{jobId}/download"
tags: ["Datasets"]
---

# Download dataset export file

`GET /v1/private/datasets/export-jobs/{jobId}/download`

Downloads the exported CSV file for a completed export job. This endpoint proxies the file download to avoid exposing internal storage URLs.

## Path parameters

- `jobId` string, uuid, required

## Response `200`

CSV file content

## Other responses

- `400` — Export job is not ready for download
- `404` — Export job not found

---

[API](https://skmtc.net/comet-ml/apis/opik-rest-api.md) · [All operations](https://skmtc.net/comet-ml/apis/opik-rest-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/comet-ml/opik-rest-api/revisions/4ed2fbc97cc3/schema)
