---
title: "List dimensions"
method: GET
path: "/analytics/v1/dimensions"
tags: ["Dimensions"]
---

# List dimensions

`GET /analytics/v1/dimensions`

Returns a list of the dimensions that your account has access to.

## Query parameters

- `maxResults` string
- `pageToken` string
- `filter` string
- `sortBy` 'type' | 'label' | 'key' | 'timestamp'
- `sortOrder` 'asc' | 'desc'

## Response `200`

OK - The request succeeded.

- DimensionsExternalAPIListResponse — Paged list of available dimensions.
  - `dimensions` DimensionExternalAPIListItem[] — Array of dimensions.
    - `id` string — The identifier of the dimension.
    - `label` string — The label of the dimension.
    - `type` 'datetime' | 'fixed' | 'optional' | 'label' | 'tag' | 'project_label' | 'system_label' | 'attribution' | 'attribution_group' | 'allocation' | 'allocation_rule' | 'gke' | 'gke_label' — Dimension filter type. Always pair `type` with `id` on scope filters. Discover valid `id` + `type` pairs for your account with `GET /analytics/v1/dimensions`. `allocation_rule` replaces `attribution`; `allocation` replaces `attribution_group`.
  - `pageToken` string
  - `rowCount` integer

## Other responses

- `400` — Bad Request - The server cannot process the request, often due to a malformed request.
- `401` — Unauthorized - Invalid API key.
- `403` — Forbidden - The client is not authorized to perform the request.
- `404` — Not Found - The requested resource does not exist.

---

[API](https://skmtc.dev/doit/apis/doit-cloud-intelligence.md) · [All operations](https://skmtc.dev/doit/apis/doit-cloud-intelligence/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/doit/doit-cloud-intelligence/revisions/9416402fc119/schema)
