---
title: "Get My Report"
method: GET
path: "/chatrooms/{room_name}/my-report"
tags: ["chatrooms"]
---

# Get My Report

`GET /chatrooms/{room_name}/my-report`

A learner's own slice of the class report for this room.

Any authenticated user; returns ONLY their own per-student row. Works for
BOTH school and regular rooms — a learner can always see their own data.
Resolves the class parent (via parent_room_id or self), computes the report,
and returns the row whose user_id matches the caller (or null if they have
no data yet — 200, not an error).

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