---
title: "Get a list of editions of a dataset"
method: GET
path: "/datasets/{id}/editions"
tags: ["Public"]
---

# Get a list of editions of a dataset

`GET /datasets/{id}/editions`

Get a list of editions of a dataset. Each edition returns the latest version of that edition.

## Path parameters

- `id` string, required

## Query parameters

- `limit` integer
- `offset` integer

## Response `200`

A json list containing all editions for a dataset

## Other responses

- `400` — Invalid request, dataset id was incorrect
- `404` — No editions were found for the id 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)
