---
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

---

[API](https://skmtc.net/seqeralabs/apis/seqera-api.md) · [All operations](https://skmtc.net/seqeralabs/apis/seqera-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/seqeralabs/seqera-api/versions/13316c9fe5ff/schema)
