---
title: "GET /api/whep-streams - List all active WHEP streams (JSON API)."
method: GET
path: "/api/whep-streams"
tags: ["whep"]
---

# GET /api/whep-streams - List all active WHEP streams (JSON API).

`GET /api/whep-streams`

## Response `200`

List of active WHEP streams

- WhepStreamsResponse — Response structure for the streams list endpoint.
  - `streams` WhepStreamInfo[], required — List of active WHEP streams
    - `endpoint_id` string, required — Unique identifier for the WHEP endpoint
    - `num_audio_tracks` integer, required — Number of independent audio tracks exposed by this endpoint (0 = audio disabled). Clients should add this many recvonly audio transceivers in their offer.
    - `num_video_tracks` integer, required — Number of independent video tracks exposed by this endpoint (0 = video disabled). Clients should add this many recvonly video transceivers in their offer.

---

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