---
title: "Get a specific version"
method: GET
path: "/datasets/{id}/editions/{edition}/versions/{version}"
tags: ["Public"]
---

# Get a specific version

`GET /datasets/{id}/editions/{edition}/versions/{version}`

Get a specific version of an edition of a dataset

## Path parameters

- `edition` string, required
- `id` string, required
- `version` string, required

## Response `200`

A json object containing the edition and version of a dataset

## Other responses

- `400` — Invalid request, reasons can be one of the following: * dataset id was incorrect * edition was incorrect
- `404` — No version was found for an edition of a dataset using the id, edition and version provided
- `500` — Failed to process the request due to an internal error

---

[API](https://skmtc.net/office-of-national-statistics/apis/dataset-api.md) · [All operations](https://skmtc.net/office-of-national-statistics/apis/dataset-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/office-of-national-statistics/dataset-api/revisions/a2947a13d675/schema)
