Skip to main content
GET
Retrieve the current state of a session including status, languages, and connection details.

Path Parameters

string
required
Session ID (e.g., sess_01HXYZ123456789).

Response

string
Session identifier.
string
Always session.
string
created, active, or ended.
string
Session mode.
string
Source language code.
string
Target language code.
object
WebSocket connection (only for active sessions).
string
Response only — which carrier is attached (twilio, telnyx, or sip). Set telephony on create with routing, not this field.
string
Phone number used (if applicable).
object
object
Custom metadata.
string
Creation timestamp (ISO 8601).
string
When session became active. Null if not started.
string
When session ended. Null if still active.