get
Retrieve a specific voice call log entry.
Path parameters
id
Unique ID of the log. This is the segment_id you can find in Relay call details in your Dashboard UI or in return objects when using the SDK.
Response
Call Log
Voice log for Compatibility and Relay call types. Returned when `type` is `laml_call`, `relay_pstn_call`, `relay_sip_call`, or `relay_webrtc_call`.
OR
Video Room Audio Leg Log
Voice log for audio legs in a Video Room. Returned when `type` is `video_room_pstn_leg` or `video_room_sip_leg`.
OR
Dialogflow Log
Voice log for Dialogflow call types. Returned when `type` is `dialogflow_call`.
OR
Fabric Device Log
Voice log for Fabric Subscriber Device call types. Returned when `type` is `fabric_subscriber_device_leg`.
OR
Deleted Log
A discarded/deleted voice log entry. Returned when the log has been deleted. Only present when `include_deleted` is `true`.
Response Example
Response