---
title: "Get Custom School Teachers"
method: GET
path: "/admin/custom-school-teachers"
tags: ["admin"]
---

# Get Custom School Teachers

`GET /admin/custom-school-teachers`

Get teachers who entered custom school information (school not found in database).

## Query parameters

- `search` string, nullable — Search by email, name, or school
- `validated` boolean, nullable — Filter by validation status: true, false, or null for all
- `limit` integer
- `offset` integer

## Response `200`

Successful Response

- CustomSchoolTeachersListResponse — Response model for custom school teachers list.
  - `teachers` CustomSchoolTeacherResponse[], required
    - `id` string, required
    - `email` string, required
    - `full_name` string, nullable, required
    - `created_at` string, date-time, required
    - `is_approved` boolean, required
    - `custom_school_name` string, nullable, required
    - `custom_school_city` string, nullable, required
    - `custom_school_validated` boolean, required
    - `establishment` string, nullable, 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/8d495ed916c6/schema)
