---
title: "POST safety_warning_issued"
method: POST
path: "safety_warning_issued"
---

# POST safety_warning_issued

`POST safety_warning_issued` (webhook)

Sent when a warning is issued for a safety identifier in your organization.
Retrieve the case details with `GET /v1/safety/cases/{id}` using `data.id`.

## Payload

- WebhookSafetyWarningIssued — Sent when a warning is issued for a safety identifier in your organization.
  - `id` string, required — The unique ID of the webhook event.
  - `object` 'event', required — Always `event`.
  - `created_at` integer, required — The Unix timestamp in seconds when the event was created.
  - `type` 'safety.warning_issued', required — Always `safety.warning_issued`.
  - `data` object, required
    - `id` string, required — The safety case ID to pass to `GET /v1/safety/cases/{id}`.

## Acknowledgement `200`

Return any 2xx status code to acknowledge receipt. A 410 Gone response also stops retries; other non-2xx responses are retried.

---

[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/26bd6202a0ad?raw)
