Webhook Events
Webhooks are HTTP requests sent by OpenAI to a URL you specify when certain events happen during the course of API usage.
Sent when a background response has been completed.
Sent when a background response has been cancelled.
Sent when a background response has failed.
Sent when a background response has been interrupted.
Sent when a batch API request has been completed.
Sent when a batch API request has been cancelled.
Sent when a batch API request has expired.
Sent when a batch API request has failed.
Sent when a fine-tuning job has succeeded.
Sent when a fine-tuning job has failed.
Sent when a fine-tuning job has been cancelled.
Sent when an eval run has succeeded.
Sent when an eval run has been canceled.
Sent when an incoming API SIP session is available for Realtime acceptance.
The same pending session can also emit live.call.incoming; the first
successful Realtime or Live accept endpoint selects the runtime surface.
Sent when an incoming API SIP session is available for Live acceptance. The
same pending session can also emit realtime.call.incoming; the first
successful Realtime or Live accept endpoint selects the runtime surface.