---
title: "List Class Join Requests"
method: GET
path: "/teacher/classes/{class_id}/join-requests"
tags: ["Teacher"]
---

# List Class Join Requests

`GET /teacher/classes/{class_id}/join-requests`

## Path parameters

- `class_id` string, required

## Response `200`

Successful Response

- ClassJoinRequestResponse[]
  - `id` string, required
  - `student_id` string, required
  - `student_name` string, required
  - `student_email` string, nullable
  - `created_at` string, date-time, required

## Other responses

- `400` — Malformed identifier
- `404` — Resource not found
- `422` — Validation Error

---

[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/b9758ca4fea6?raw)
