---
title: "Returns a list of dimensions for a given report suite."
method: GET
path: "/dimensions"
tags: ["dimensions"]
---

# Returns a list of dimensions for a given report suite.

`GET /dimensions`

## Query parameters

- `rsid` string, required
- `locale` string
- `segmentable` boolean
- `reportable` boolean
- `classifiable` boolean
- `expansion` string[]

## Response `200`

successful operation

- AnalyticsDimension[]
  - `id` string
  - `title` string
  - `name` string
  - `type` 'STRING' | 'INT' | 'DECIMAL' | 'CURRENCY' | 'PERCENT' | 'TIME' | 'ENUM' | 'ORDERED_ENUM'
  - `category` string
  - `categories` string[]
  - `support` string[]
  - `pathable` boolean
  - `parent` string
  - `extraTitleInfo` string
  - `segmentable` boolean
  - `reportable` string[]
  - `description` string
  - `allowedForReporting` boolean
  - `noneSettings` NoneSettings
    - `includeNoneByDefault` boolean
    - `noneChangeable` boolean
  - `tags` Tag[]
    - `id` integer — the tag id
    - `name` string — the tag name
    - `description` string — the tag description
    - `components` TaggedComponent[] — the list of components that have been tagged with this tag
      - `componentType` string
      - `componentId` string
      - `tags` Tag[]

## Other responses

- `400` — Invalid JSON input
- `401` — User does not have access to this report suite
- `500` — Unexpected internal server error

## Changes

- **2022-05-10** `dcd4514630c4` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/adobe/apis/adobe-analytics-apis/changes/dimensions/get.md)

---

[API](https://skmtc.dev/adobe/apis/adobe-analytics-apis.md) · [All operations](https://skmtc.dev/adobe/apis/adobe-analytics-apis/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/adobe/adobe-analytics-apis/revisions/dcd4514630c4/schema)
