Skip to main content
POST
Listen in on a live call

Authorizations

Authorization
string
header
required

Project API key (sk_api_…).

Path Parameters

sessionId
string<uuid>
required

The session to listen to. Ids come from the dispatch that started the call or the assistant's session list.

Response

A listener token for the call's existing room.

token
string

LiveKit access token. Hand it to a LiveKit client SDK along with wsUrl.

wsUrl
string<uri>

LiveKit WebSocket URL the client connects to.

roomName
string

The room this token opens. Server-generated — treat it as opaque.