---
title: "Get Dimension Information"
method: GET
path: "/dimensions/{dimension}"
tags: ["Dimensions"]
---

# Get Dimension Information

`GET /dimensions/{dimension}`

Get dimension information.

## Query parameters

- `new_taxonomy_versions` true | false
- `lot_version` '6' | '7'

## Response `200`

Ok

- DimensionResponse
  - `data` object, required
    - `id` string, required
    - `title` string, required
    - `description` string, required
    - `taxonomyVersion` string, required
    - `supportedTaxonomyVersions` string[], required

## Other responses

- `404` — The dimension you requested wasn't found.
- `500` — The service is not healthy (e.g. can't connect to datastore).

---

[API](https://skmtc.net/lightcast/apis/alumni-pathways-2-0.md) · [All operations](https://skmtc.net/lightcast/apis/alumni-pathways-2-0/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/lightcast/alumni-pathways-2-0/revisions/fc66b9877391/schema)
