---
title: "Get project safety alert"
method: GET
path: "/safety/alerts/{id}"
---

# Get project safety alert

`GET /safety/alerts/{id}`

Get a safety alert belonging to the authenticated API project.

## Path parameters

- `id` string, required — Project safety alert ID

## Response `200`

Success

- SafetyAlertResource
  - `id` string, required
  - `object` 'safety.alert', required
  - `created_at` integer, required
  - `request_id` string, required
  - `response_id` string, required
  - `model` string, required
  - `request_paused` boolean, required — Whether block registration succeeded for this request. This does not confirm that response execution stopped.
  - `error_type` 'potentially_unintended_data_transfer' | 'potentially_unintended_data_access' | 'potentially_unintended_destructive_activity' | 'other', required
  - `reason` string, nullable, required — A customer-safe description derived from error_type, or null for zero data retention requests.

## Other responses

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

## Changes

- **2026-09-25** `d86203de41ae` — 4 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 `503`
- **2026-09-03** `9430b00d75b4` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/openai/apis/openapi/changes/safety/alerts/: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/4b75527da17b?raw)
