---
title: "List the edition's version history"
method: GET
path: "/datasets/{id}/editions/{edition}/versions"
tags: ["Public"]
---

# List the edition's version history

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

Get a list of all versions for a dataset edition.

## Path parameters

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

## Query parameters

- `limit` integer
- `offset` integer

## Response `200`

A json list containing all versions for a set type of dataset and edition

## Other responses

- `400` — Invalid request, reasons can be one of the following: * dataset id was incorrect * edition was incorrect
- `404` — No versions found using the id and edition 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)
