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

Path Parameters

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

Response

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