---
title: "POST response_failed"
method: POST
path: "response_failed"
---

# POST response_failed

`POST response_failed` (webhook)

## Payload

- WebhookResponseFailed — Sent when a background response has failed.
  - `created_at` integer, required — The Unix timestamp (in seconds) of when the model response failed.
  - `id` string, required — The unique ID of the event.
  - `data` object, required — Event data payload.
    - `id` string, required — The unique ID of the model response.
  - `object` 'event' — The object of the event. Always `event`.
  - `type` 'response.failed', required — The type of the event. Always `response.failed`.

## Acknowledgement `200`

Return a 200 status code to acknowledge receipt of the event. Non-200 
status codes will be retried.

---

[API](https://skmtc.net/openai/apis/openai-api.md) · [All operations](https://skmtc.net/openai/apis/openai-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/openai/openai-api/revisions/dcd35773a322/schema)
