---
title: "One JSON Schema by id"
method: GET
path: "/schemas/{schema_id}"
tags: ["ops"]
---

# One JSON Schema by id

`GET /schemas/{schema_id}`

Return one generated Draft 2020-12 JSON Schema, or 404 if unknown.

## Path parameters

- `schema_id` string, required

## Response `200`

Successful Response

- unknown

## Other responses

- `422` — Validation Error
- `500` — Unhandled exception

## Changes

- **2026-08-07** `d62dfc2871b0` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/incidentflow-io/apis/incidentflow-mcp-api/changes/schemas/:schema_id/get.md)

---

[API](https://skmtc.dev/incidentflow-io/apis/incidentflow-mcp-api.md) · [All operations](https://skmtc.dev/incidentflow-io/apis/incidentflow-mcp-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/incidentflow-io/incidentflow-mcp-api/revisions/d62dfc2871b0/schema)
