---
title: "List My Join Requests"
method: GET
path: "/student/classes/join-requests"
tags: ["Student"]
---

# List My Join Requests

`GET /student/classes/join-requests`

## Response `200`

Successful Response

- StudentJoinRequestResponse[]
  - `id` string, required
  - `status` 'pending' | 'accepted' | 'refused', required
  - `class_id` string, required
  - `class_name` string, required
  - `teacher_name` string, required
  - `grade` string, nullable
  - `school_year` string, required
  - `created_at` string, date-time, required

---

[API](https://skmtc.dev/excellence-ai/apis/excellence-learning.md) · [All operations](https://skmtc.dev/excellence-ai/apis/excellence-learning/llms.txt) · [OpenAPI document](https://skmtc.dev/excellence-ai/apis/excellence-learning/revisions/a8ae0e0c0570?raw)
