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

# Get a bridge involving this room

`GET /rooms/{id}/bridges/{bridgeID}`

## Response `200`

Bridge details (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` — Bridge not found for this room

---

[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/c951ca5dcd08/schema)
