---
title: "Get Room Class Plan"
method: GET
path: "/chatrooms/{room_name}/plan"
tags: ["chatrooms"]
---

# Get Room Class Plan

`GET /chatrooms/{room_name}/plan`

The class plan for this room, for the in-call agenda panel.

Hosts get the full plan including their private notes. Everyone else gets
it only once it is `published` AND `visible_to_students`, with every `notes`
field stripped — and `{"plan": null}` otherwise, so the panel renders empty
rather than the client having to interpret a 403.

## 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/78f314acd8bf/schema)
