---
title: "List all discovered NDI sources."
method: GET
path: "/api/discovery/ndi/sources"
tags: ["discovery"]
---

# List all discovered NDI sources.

`GET /api/discovery/ndi/sources`

## Response `200`

List of discovered NDI sources

- DeviceResponse[]
  - `category` 'audiosource' | 'audiosink' | 'videosource' | 'networksource' | 'other', required — Device category for filtering.
  - `device_class` string, required — Device class (e.g., "Audio/Source", "Video/Source", "Source/Network").
  - `first_seen_secs_ago` integer, required — Seconds since first discovery.
  - `id` string, required — Unique ID for this device.
  - `last_seen_secs_ago` integer, required — Seconds since last seen.
  - `name` string, required — Display name of the device.
  - `properties` object, required — Additional properties from the device.
  - `provider` string, required — Provider that discovered this device.

---

[API](https://skmtc.net/eyevinn/apis/strom-api.md) · [All operations](https://skmtc.net/eyevinn/apis/strom-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/eyevinn/strom-api/versions/c96558b86012/schema)
