Skip to content
Linq

Handoff

Ownership of a chat — take it, hand it back, close it. An exclusive owner is the only sender.

Request or return a handoff
POST/v1/chats/{chat}/handoff
Accept a pending handoff
POST/v1/chats/{chat}/handoff/accept
ModelsExpand Collapse
HandoffRequestResponse object { ok }

The bare {"ok":true} acknowledgement; failures ride the error envelope instead.

ok: true
HandoffAcceptResponse object { ok }

The bare {"ok":true} acknowledgement; failures ride the error envelope instead.

ok: true