---
title: "Get effective JSON Schema for a roster job"
method: GET
path: "/roster/{id}/schema"
tags: ["Roster"]
---

# Get effective JSON Schema for a roster job

`GET /roster/{id}/schema`

Returns the same resolved schema used for validation: roster-specific schema when present, otherwise the template schema. Matches RosterSchemaService.getRosterSchema(rosterId, templateId).

## Path parameters

- `id` string, required

## Headers

- `tenant-id` string, required

## Response `200`

JSON Schema document used for row validation

## Other responses

- `400` — Roster has no template ID
- `401` — Unauthorized - Authentication required
- `403` — Forbidden - Insufficient permissions
- `404` — Roster job 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)
