---
title: "List Org Classes"
method: GET
path: "/organizations/{org_id}/classes"
tags: ["organizations", "organizations"]
---

# List Org Classes

`GET /organizations/{org_id}/classes`

The org's class sessions (top-level rooms, newest first) for the school UI.

A class session = a VoiceChatroom with organization_id == this org and
parent_room_id NULL (breakouts are its children, not separate classes).
Owner/admin/teacher of the org (or platform staff) only.

Optionally scoped to one section; a teacher with no explicit `group_id`
defaults to the sections they teach (see `_resolve_class_scope`). Rooms with
`group_id` NULL — everything from before the column existed, plus school-wide
sessions — are INCLUDED under a scope by default, because a section filter
must not make a school's history disappear. `include_unattributed=false`
narrows to rooms explicitly attributed to the section.

## Path parameters

- `org_id` string, required

## Query parameters

- `group_id` string, nullable
- `include_unattributed` boolean

## 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)
