Move a transferred conversation to another service queue
POST/v1/agent/sessions/:sessionId/transfer
Changes the queue of a transferred session owned by the application API key without invoking the AI. The queue must exist in the enabled queue routing tool of the session workspace. Repeating the current queue is idempotent. A successful change emits session_transfer with the canonical queue snapshot. Unknown and cross-application session IDs both return SESSION_NOT_FOUND.
Request
Responses
- 200
- 400
- 401
- 404
Current transferred session queue.
Invalid UUID, SESSION_NOT_TRANSFERRED, QUEUE_ROUTING_NOT_CONFIGURED, or QUEUE_ROUTING_QUEUE_UNKNOWN.
Missing, invalid, expired, or deleted application API key.
SESSION_NOT_FOUND.