---
title: "Get Teacher Approvals"
method: GET
path: "/admin/teacher-approvals"
tags: ["admin"]
---

# Get Teacher Approvals

`GET /admin/teacher-approvals`

Get teachers for approval management.

## Query parameters

- `search` string, nullable — Search by email or name
- `status` string, nullable — Filter by approval status: all, pending, approved, rejected
- `limit` integer
- `offset` integer

## Response `200`

Successful Response

- TeacherApprovalsListResponse — Response model for teacher approvals list.
  - `teachers` TeacherApprovalResponse[], required
    - `id` string, required
    - `email` string, required
    - `full_name` string, nullable, required
    - `created_at` string, date-time, required
    - `country` string, nullable, required
    - `phone_number` string, nullable, required
    - `is_approved` boolean, required
    - `is_active` boolean, required
    - `establishment` string, nullable, required
    - `is_rejected` boolean, required
  - `total` integer, required

## Other responses

- `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-service-production.skmtc.workers.dev/v1/apis/excellence-ai/excellence-learning/revisions/c407f3b5a05b/schema)
