Sent when a background response has failed.

postWebhookresponse_failed

Payload

created_atinteger required

The Unix timestamp (in seconds) of when the model response failed.

idstring required

The unique ID of the event.

object'event'

The object of the event. Always event.

type'response.failed' required

The type of the event. Always response.failed.

Response

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

Changes

Webhooks have no change history: a webhook is keyed by its event name rather than a path and method, so no recorded change can name it.