---
title: "POST response_incomplete"
method: POST
path: "response_incomplete"
---

# POST response_incomplete

`POST response_incomplete` (webhook)

Sent when a background response is incomplete.

## Payload

- WebhookResponseIncomplete — Sent when a background response has been interrupted.
  - `created_at` integer, required — The Unix timestamp (in seconds) of when the model response was interrupted.
  - `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.incomplete', required — The type of the event. Always `response.incomplete`.

## 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-3.md) · [All operations](https://skmtc.net/openai/apis/openai-api-3/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/openai/openai-api-3/versions/74cbcf73838f/schema)
