---
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

---

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