Get Conversation LiveKit Room

Beta
Operator-only: return a conversation's internal LiveKit runtime handles (the room name and `RM_` room SID). These are deliberately absent from the conversation read responses so they never freeze into the public contract; only Speechify staff can act on them (they index a session in Speechify's own LiveKit Cloud project). The console renders them, and builds its Speechify-staff LiveKit-Cloud deep-link, for staff sessions only.

Authentication

AuthorizationBearer

Enter your API key with the Bearer prefix, e.g. ‘Bearer sk_…’.

Path parameters

conversation_idstringRequired

Headers

Speechify-VersionstringOptional

Response

The conversation's internal LiveKit room handles.
room_namestring

LiveKit room name. Equals the conversation id for web and sip_outbound transports; sip_inbound rooms use a sip_<e164>_<random> name assigned by the SIP dispatch rule.

room_sidstring

LiveKit room SID (RM_...), stamped once the room exists. Absent for a conversation whose room was never created.

Errors

401
Unauthorized Error
404
Not Found Error