FruxonDocs
ApiAgent takeovers

Hands the conversation back to the agent (equivalent to the operator's `/done`).

Writes the hand-back note into the session so the agent re-engages with full context and tells the customer they're back with the assistant. Idempotent on an already-released takeover.

POST
/v1/tenants/{tenant}/agents/{agent}/takeovers/{takeover}:handBack
AuthorizationBearer <token>

JWT Authorization header using the Bearer scheme. Enter 'Bearer' [space] and then your token.

In: header

Path Parameters

agent*string

The unique identifier of the agent.

takeover*string

The bridge id of the takeover.

Formatuuid
tenant*string

The tenant identifier

Response Body

curl -X POST "https://api.fruxon.com/v1/tenants/string/agents/string/takeovers/497f6eca-6276-4993-bfeb-53cbbbba6f08:handBack"
Empty
Empty
Empty
{
  "type": "string",
  "title": "string",
  "status": 0,
  "detail": "string",
  "instance": "string",
  "property1": null,
  "property2": null
}