---
title: "Get all regions available for your organization"
method: GET
path: "/regions"
tags: ["Regions"]
---

# Get all regions available for your organization

`GET /regions`

## Response `200`

List of regions

- RegionListResult
  - `data` object[], required — List of regions
    - `id` string, required — Unique identifier of the region
    - `name` string, required — Display name of the region
    - `type` 'cloud' | 'onprem', required — Type of the region
    - `supportedIngestTypes` string[], required — Ingest types supported in this region (rtsp-pull, ndi-pull and sdi-pull are only available on on-prem regions; ndi-pull and sdi-pull additionally require the NDI/SDI capability on the region)

## Changes

- **2026-08-19** `3dc30dd23624` — 3 warning, 1 info
  - added the new `ndi-pull` enum value to the `data/items/supportedIngestTypes/items/` response property for the response status `200`
  - added the new `rtsp-pull` enum value to the `data/items/supportedIngestTypes/items/` response property for the response status `200`
  - added the new `sdi-pull` enum value to the `data/items/supportedIngestTypes/items/` response property for the response status `200`
  - added the required property `data/items/type` to the response with the `200` status

[Change history](https://skmtc.dev/dolby/apis/theolive-api/changes/regions/get.md)

---

[API](https://skmtc.dev/dolby/apis/theolive-api.md) · [All operations](https://skmtc.dev/dolby/apis/theolive-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/dolby/theolive-api/revisions/6d732ea309d1/schema)
