---
title: "My Breakout"
method: GET
path: "/chatrooms/{room_name}/breakouts/mine"
tags: ["chatrooms"]
---

# My Breakout

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

Are this room's breakouts still open, and which one is mine?

The "Return to your breakout" banner is driven by `sessionStorage`, which is
only ever cleared by a `breakout_close` message the client has to be running
and connected to hear. Anyone who reloaded, whose phone locked, or who
rejoined after the teacher closed them kept a banner offering to send them
into a room that no longer exists. Broadcasting the close for longer narrows
that window; it cannot close it, because a client that was not running
missed every re-send. This is the question that client can ask on mount.

Deliberately available to any room participant, not just a host: it is about
the CALLER's own breakout, it names no one else, and the person who needs
the answer is precisely the student holding the stale banner.

## Path parameters

- `room_name` string, required

## Headers

- `authorization` string, nullable

## Response `200`

Successful Response

- unknown

## Other responses

- `422` — Validation Error

## Changes

> 24 revisions in range; 1 not diffed.

- **2026-09-21** `13996d792e23` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/fluentea/apis/aurqa-language-learning-platform-refactored/changes/chatrooms/:room_name/breakouts/mine/get.md)

---

[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.dev/fluentea/apis/aurqa-language-learning-platform-refactored/revisions/ecd3f19d9e8b?raw)
