---
title: "Admin Search Schools"
method: GET
path: "/schools/admin/search"
tags: ["schools"]
---

# Admin Search Schools

`GET /schools/admin/search`

Admin route to search for schools with pagination.
If query is empty, returns all schools with pagination.

## Query parameters

- `query` string
- `limit` integer
- `offset` integer

## Response `200`

Successful Response

- SchoolSearchResponse[]
  - `id` string, required
  - `uai` string, required
  - `name` string, required
  - `postal_code` string, required
  - `region` string, required
  - `city` string, required
  - `kind` string
  - `country` string
  - `b2b_school_id` string, nullable
  - `b2b_school_name` string, nullable

## 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)
