---
title: "Get current pupils"
method: GET
path: "/pupils"
tags: ["Pupils"]
---

# Get current pupils

`GET /pupils`

**Requires permissions:** *AcademicStaff* or *AcademicSupport* or *StudentFacing*

Current students (lifecycle status Current), each with facts from their current academic-year enrolment. Supports filter, sort and paging.

## Query parameters

- `page` integer, required
- `pageSize` integer, required
- `includes` string[], nullable
- `sort` string, nullable
- `filter` string, nullable

## Response `200`

Success - current pupils returned

- GetPupilsResponse
  - `meta` Meta
    - `page` integer
    - `pageSize` integer
    - `total` integer
  - `pupils` PupilSummary[]
    - `upi` string, guid
    - `preferredName` string, nullable
    - `surname` string, nullable
    - `yearGroup` string, nullable
    - `form` string, nullable
    - `code` string, nullable
    - `academicHouseId` string, guid, nullable
    - `boardingHouseId` string, guid, nullable
    - `leaveDate` string, date-time, nullable

## Other responses

- `400` — An error occurred - could not get pupils
- `401` — Unauthorized
- `403` — Forbidden

---

[API](https://skmtc.net/tonbridge/apis/tonbridge-app-api.md) · [All operations](https://skmtc.net/tonbridge/apis/tonbridge-app-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/tonbridge/tonbridge-app-api/versions/28344aa564b4/schema)
