---
title: "Get a region by ID"
method: GET
path: "/regions/{regionId}"
tags: ["Regions"]
---

# Get a region by ID

`GET /regions/{regionId}`

## Path parameters

- `regionId` string, required — Region ID

## Response `200`

The requested region

- RegionResult
  - `data` object, required — The requested region
    - `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)

## Other responses

- `404` — Region not found or not available for your organization

## Changes

- **2026-08-19** `3dc30dd23624` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/dolby/apis/theolive-api/changes/regions/:regionId/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)
