---
title: "Get a list of dimensions from a dataset (filterable and cantabular datasets only)"
method: GET
path: "/datasets/{id}/editions/{edition}/versions/{version}/dimensions"
tags: ["Public"]
---

# Get a list of dimensions from a dataset (filterable and cantabular datasets only)

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

Get all dimensions which are used in the dataset

## Path parameters

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

## Query parameters

- `limit` integer
- `offset` integer

## Response `200`

A json list of dimensions

## Other responses

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