---
title: "My Attended Classes"
method: GET
path: "/chatrooms/me/attended-classes"
tags: ["chatrooms"]
---

# My Attended Classes

`GET /chatrooms/me/attended-classes`

The current user's attended SCHOOL class sessions (for "My progress").

A class session = a parent room (parent_room_id NULL) with organization_id
set, that the user attended — either via a CallParticipant row or by appearing
as a transcript speaker on its CallSession (breakout speech counts toward the
parent). Newest first.

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