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

# Get a dataset

`GET /datasets/{id}`

The dataset contains all high level information, for additional details see editions or versions of a dataset.

## Path parameters

- `id` string, required

## Response `200`

A json object for a single Dataset

## Other responses

- `404` — No dataset was found using 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)
