---
title: "Download dataset content"
method: GET
path: "/datasets/{datasetId}/v/{version}/n/{fileName}"
tags: ["datasets"]
---

# Download dataset content

`GET /datasets/{datasetId}/v/{version}/n/{fileName}`

Downloads the content of the dataset identified by the given `datasetId` and `version`.

## Path parameters

- `datasetId` string, required
- `version` string, required
- `fileName` string, required

## Query parameters

- `workspaceId` integer

## Response `200`

OK

## Other responses

- `307` — Temporary redirect to linked source URL
- `400` — Bad request
- `403` — Operation not allowed
- `404` — Not found

## Changes

> 14 revisions in range; 1 not diffed.

- **2026-04-27** `166be0f9d55d` — 1 breaking, 1 info
  - removed the media type `application/json` for the response with the status `200`
  - added the media type `application/octet-stream` for the response with the status `200`
- **2026-04-20** `b2b5cc41d473` — 1 info
  - added the non-success response with the status `307`

[Change history](https://skmtc.dev/seqeralabs/apis/seqera-api/changes/datasets/:datasetId/v/:version/n/:fileName/get.md)

---

[API](https://skmtc.dev/seqeralabs/apis/seqera-api.md) · [All operations](https://skmtc.dev/seqeralabs/apis/seqera-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/seqeralabs/seqera-api/revisions/97f7655d105a/schema)
