---
title: "Get the NDI sources of an on-prem region"
method: GET
path: "/regions/{regionId}/ndi"
tags: ["Regions"]
---

# Get the NDI sources of an on-prem region

`GET /regions/{regionId}/ndi`

## Path parameters

- `regionId` string, required — Region ID

## Response `200`

List of NDI sources in the region

- NdiSourceListResult
  - `data` NdiSource[], required — List of NDI sources in the region
    - `id` string, required — Unique identifier of the NDI source
    - `name` string, required — Name of the NDI source
    - `url` string, required — Current URL of the NDI source
    - `lastSeen` string, required — Timestamp the NDI source was last seen
    - `stale` boolean, required — Whether the NDI source has not been seen recently and may no longer be available
    - `inUse` boolean, required — Whether the NDI source is already connected to a non-deleted ingest

## Other responses

- `400` — Region is not an on-prem region
- `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)
