---
title: "List Room Breakout Layouts"
method: GET
path: "/chatrooms/{room_name}/breakouts/layouts"
tags: ["chatrooms"]
---

# List Room Breakout Layouts

`GET /chatrooms/{room_name}/breakouts/layouts`

Groupings this class prepared in advance, fitted to who is here now.

Host only. A grouping is saved against the SECTION (organization_groups),
so this resolves the room to its section and reconciles each one against
the current participants — the teacher sees "3 rooms, 2 people missing,
1 to place" before applying anything, rather than finding out afterwards.

A room with no section has nothing to offer and says so with an empty list,
not an error: a personal call is not a broken class.

## Path parameters

- `room_name` string, required

## Headers

- `authorization` string, nullable

## Response `200`

Successful Response

- unknown

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.dev/fluentea/apis/aurqa-language-learning-platform-refactored.md) · [All operations](https://skmtc.dev/fluentea/apis/aurqa-language-learning-platform-refactored/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/fluentea/aurqa-language-learning-platform-refactored/revisions/289faeee8089/schema)
