Skip to main content
POST
Tenant-scoped endpoint for inspecting and controlling active realtime voice sessions.

Path parameters

string
required
Twilio stream SID
string
required
Action to perform (monitor, whisper, barge, escalate, end)

Request body

SessionActionBody
string,null
Note to send (used with whisper action)
string,null
Reason for the action (used with end action)
string
Identifier for who is performing the action
string,null
Escalation target phone number or SIP address (used with escalate action)

Response

SessionActionResponse
string
required
Human-readable result message
boolean
required
Whether the action was accepted

Status codes