---
title: "List regions"
method: GET
path: "/regions"
tags: ["Regions"]
---

# List regions

`GET /regions`

Lists regions

## Query parameters

- `parent_region_id` string
- `limit` integer
- `marker` string

## Headers

- `X-Auth-Token` string, required

## Response `200`

Regions listed successfully

- RegionsResponse
  - `regions` Region[], required
    - `id` string, required
    - `description` string
    - `parent_region_id` string
    - `links` Links
      - `self` string, required
      - `previous` string, nullable
      - `next` string, nullable
  - `links` Links, required
    - `self` string, required
    - `previous` string, nullable
    - `next` string, nullable

## Other responses

- `400` — Bad Request
- `401` — Missing or invalid JWT token.
- `403` — Token does not have permission for this operation.

---

[API](https://skmtc.net/platform9/apis/cluster-blueprint-api.md) · [All operations](https://skmtc.net/platform9/apis/cluster-blueprint-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/platform9/cluster-blueprint-api/revisions/708ad90fe444/schema)
