---
title: "List bridges involving this room"
method: GET
path: "/rooms/{id}/bridges"
tags: ["Bridges"]
---

# List bridges involving this room

`GET /rooms/{id}/bridges`

## Response `200`

Array of bridges (direction relative to the path room)

- BridgeView[]
  - `id` string, required — Bridge identifier
  - `room_id` string, required — The peer room joined to the room in the path
  - `direction` 'bidirectional' | 'send' | 'receive' | 'none', required — Audio flow relative to the room in the path: bidirectional, send, receive, or none.
  - `sample_rate` integer, required — Shared mixer sample rate in Hz (both rooms must match).

## Other responses

- `404` — Room not found

## Changes

- **2026-05-19** `c9265f330377` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/voiceblender/apis/voiceblender-api/changes/rooms/:id/bridges/get.md)

---

[API](https://skmtc.dev/voiceblender/apis/voiceblender-api.md) · [All operations](https://skmtc.dev/voiceblender/apis/voiceblender-api/llms.txt) · [OpenAPI document](https://skmtc.dev/voiceblender/apis/voiceblender-api/revisions/9b0a18aea1e2?raw)
