---
title: "List all cube value ranges"
method: GET
path: "/ranges"
tags: ["Cube Value Range"]
---

# List all cube value ranges

`GET /ranges`

List all cube value ranges available to the authenticated user company.

- The `headers`, `filters`, and `tags` fields are omitted from this response for performance reasons.
- Results can be limited by passing a comma separated list of ids in the query string: `?ids=1,2,3`

## Headers

- `X-Company-ID` string, required

## Response `200`

- CubeValueRangeListSchema[]
  - `currency` CurrencyNested
    - `id` integer, required
    - `name` string, required
    - `code` string, required
  - `suppressed_row_dimensions` unknown
  - `id` integer, required
  - `range_type` 'PIVOT' | 'DRILLDOWN' — * `PIVOT` - Pivot * `DRILLDOWN` - Drilldown
  - `name` string, nullable
  - `fetch_enabled` boolean
  - `publish_enabled` boolean
  - `row_discovery_enabled` boolean
  - `exclude_zeros` boolean
  - `created_by_id` string, required

---

[API](https://skmtc.net/cubesoftware/apis/cube-api.md) · [All operations](https://skmtc.net/cubesoftware/apis/cube-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/cubesoftware/cube-api/revisions/67d9f45bb99b/schema)
