Legs
Get a single leg
get/legs/{id}
Response
Leg details
instance_idstring
Instance identifier
idstring required
Unique leg identifier (UUID)
type'sip_inbound' | 'sip_outbound' | 'webrtc' required
Leg type
state'ringing' | 'early_media' | 'connected' | 'held' | 'hung_up' required
Leg state
room_idstring
Room ID if the leg is in a room, empty otherwise
mutedboolean required
Whether the leg is muted (cannot be heard by others)
deafboolean required
Whether the leg is deaf (cannot hear others)
heldboolean required
Whether the call is on hold (SIP legs only)
sip_headersobject
X-* headers from the inbound INVITE. Only present on sip_inbound legs.