---
title: "Get all roster jobs"
method: GET
path: "/roster"
tags: ["Roster"]
---

# Get all roster jobs

`GET /roster`

Returns a list of all roster jobs for the tenant

## Query parameters

- `endAtId` string
- `filter` string
- `page` integer
- `size` integer
- `sortBy` string
- `sortDirection` string
- `startAfterId` string

## Headers

- `tenant-id` string, required

## Response `200`

List of roster jobs

- PagedResponse1
  - `data` unknown[]
    - unknown
  - `links` PageLinks
    - `self` string
    - `next` string
    - `prev` string
  - `totalCount` integer

## Other responses

- `400` — Invalid input
- `401` — Unauthorized - Authentication required
- `403` — Forbidden - Insufficient permissions

---

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