---
title: "Get Chatroom Details"
method: GET
path: "/chatrooms/{room_name}"
tags: ["chatrooms"]
---

# Get Chatroom Details

`GET /chatrooms/{room_name}`

Get details about a chatroom.

Two payload tiers (the read path used to hand everything to any logged-in
caller, with no membership check at all):

- **Member** (creator/host, invited, valid `join_code`, current or former
  participant): the full payload, including the participant identity list
  and room credentials.
- **Non-member**: the room SUMMARY only — enough to render the join screen
  (room exists, topic, language, status, schedule, `is_org_class` /
  `organization_name`, and the participant COUNT) but no participant names
  or photos and no join codes. Private rooms 404 for non-members instead of
  403 so the endpoint doesn't confirm that a private room_name exists.

## Path parameters

- `room_name` string, required

## Query parameters

- `join_code` string, nullable

## 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/45cbba31aa7d/schema)
