---
title: "Find many roster records"
method: GET
path: "/roster-records/find-many"
tags: ["RosterRecord"]
---

# Find many roster records

`GET /roster-records/find-many`

Returns a list of roster records for the tenant

## Query parameters

- `filter` string
- `page` integer
- `size` integer
- `startAfterId` string

## Headers

- `tenant-id` string, required

## Response `200`

List of roster records

## Other responses

- `400` — Invalid input
- `401` — Unauthorized - Authentication required
- `403` — Forbidden - Insufficient permissions
- `404` — RosterRecords not found

---

[API](https://skmtc.net/certifyos/apis/certify-api-layer.md) · [All operations](https://skmtc.net/certifyos/apis/certify-api-layer/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/certifyos/certify-api-layer/revisions/3d27e9019c7b/schema)
