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

# 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

---

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