---
title: "Get the SDI devices of an on-prem region"
method: GET
path: "/regions/{regionId}/sdi"
tags: ["Regions"]
---

# Get the SDI devices of an on-prem region

`GET /regions/{regionId}/sdi`

## Path parameters

- `regionId` string, required — Region ID

## Response `200`

List of SDI devices in the region

- SdiDeviceListResult
  - `data` SdiDevice[], required — List of SDI devices in the region
    - `persistentId` string, required — Persistent identifier of the SDI device
    - `model` string, required — Model name of the SDI device
    - `driverVersion` string, required — Driver version of the SDI device
    - `available` boolean, required — Whether the SDI device is available for use and has a signal present
    - `profile` string, required — Active profile (sub-device layout) of the SDI device
    - `signal` object — Detected signal on the SDI device
      - `present` boolean, required — Whether a signal is present on the SDI device
      - `mode` string — Detected signal mode
      - `resolution` object — Detected resolution of the signal
        - `width` number, required — Width in pixels
        - `height` number, required — Height in pixels
      - `frameRate` number — Detected frame rate of the signal
      - `pixelFormat` string — Detected pixel format of the signal
      - `videoMode` string — Detected video mode of the signal
      - `videoFormat` string — Detected video format of the signal

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