---
title: "Get safety case"
method: GET
path: "/safety/cases/{id}"
---

# Get safety case

`GET /safety/cases/{id}`

Get a safety case by ID.

## Path parameters

- `id` string, required — Safety case ID

## Response `200`

Success

- SafetyCaseResource
  - `id` string, required
  - `object` 'safety.case', required
  - `created_at` integer, required
  - `entity_identifier` string, required
  - `reason` string, nullable, required
  - `notice` SafetyCaseNotice, required
    - `type` 'warning' | 'deactivation', required

## Other responses

- `400` — The safety case ID is too long.
- `404` — The safety case was not found or is not accessible to the caller.
- `429` — The request was rejected because a rate limit was exceeded.
- `500` — The safety case lookup failed.
- `503` — The safety case lookup is temporarily unavailable.

## Changes

- **2026-09-25** `d86203de41ae` — 5 info
  - added the non-success response with the status `400`
  - added the non-success response with the status `404`
  - added the non-success response with the status `429`
  - added the non-success response with the status `500`
  - …1 more
- **2026-09-19** `c40bf0ba89d2` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/openai/apis/openapi/changes/safety/cases/:id/get.md)

---

[API](https://skmtc.dev/openai/apis/openapi.md) · [All operations](https://skmtc.dev/openai/apis/openapi/llms.txt) · [OpenAPI document](https://skmtc.dev/openai/apis/openapi/revisions/222f167a2327?raw)
