---
title: "Get leavers"
method: GET
path: "/leavers"
tags: ["Leavers"]
---

# Get leavers

`GET /leavers`

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

Former students (lifecycle status Leaver), each resolved to their final (most-recent) enrolment year's facts plus leave date. 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 - leavers 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 leavers
- `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/fab57bf5558a/schema)
