---
title: "Get the room's audio routing matrix"
method: GET
path: "/rooms/{id}/routing"
tags: ["Rooms"]
---

# Get the room's audio routing matrix

`GET /rooms/{id}/routing`

Returns the per-listener-role source whitelist used by the room's audio mixer. A listener role absent from the matrix defaults to full mesh (hears every other leg). A role with an empty `[]` list is an isolated listener that hears nothing.

## Response `200`

Current matrix

- RoomRoutingView
  - `matrix` object, required — Listener-role → list of allowed source roles. Roles absent from the matrix default to full mesh.

## 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/versions/ad30827d3b57/schema)
