Skip to content
For the complete documentation index, see llms.txt. Markdown versions of documentation pages are available by appending .md to the page URL.
Primary navigation

Webhooks

Unwrap
client.Webhooks.Unwrap(ctx) error
Function
ModelsExpand Collapse
type BatchCancelledWebhookEvent struct{…}

Sent when a batch API request has been cancelled.

type BatchCompletedWebhookEvent struct{…}

Sent when a batch API request has been completed.

type BatchExpiredWebhookEvent struct{…}

Sent when a batch API request has expired.

type BatchFailedWebhookEvent struct{…}

Sent when a batch API request has failed.

type EvalRunCanceledWebhookEvent struct{…}

Sent when an eval run has been canceled.

type EvalRunFailedWebhookEvent struct{…}

Sent when an eval run has failed.

type EvalRunSucceededWebhookEvent struct{…}

Sent when an eval run has succeeded.

type FineTuningJobCancelledWebhookEvent struct{…}

Sent when a fine-tuning job has been cancelled.

type FineTuningJobFailedWebhookEvent struct{…}

Sent when a fine-tuning job has failed.

type FineTuningJobSucceededWebhookEvent struct{…}

Sent when a fine-tuning job has succeeded.

type LiveCallIncomingWebhookEvent struct{…}

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.

type RealtimeCallIncomingWebhookEvent struct{…}

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.

type ResponseCancelledWebhookEvent struct{…}

Sent when a background response has been cancelled.

type ResponseCompletedWebhookEvent struct{…}

Sent when a background response has been completed.

type ResponseFailedWebhookEvent struct{…}

Sent when a background response has failed.

type ResponseIncompleteWebhookEvent struct{…}

Sent when a background response has been interrupted.