---
title: "Get device discovery status."
method: GET
path: "/api/discovery/devices/status"
tags: ["discovery"]
---

# Get device discovery status.

`GET /api/discovery/devices/status`

## Response `200`

Device discovery status

- DeviceDiscoveryStatus — Device discovery status response.
  - `by_category` DeviceCountByCategory, required — Device counts by category.
    - `audio_sink` integer, required
    - `audio_source` integer, required
    - `network_source` integer, required
    - `other` integer, required
    - `video_source` integer, required
  - `device_count` integer, required — Total number of discovered devices.
  - `ndi_available` boolean, required — Whether NDI device provider is available.
  - `running` boolean, required — Whether device discovery is running.

---

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