Get voice log
Find a log by ID.
Permissions
The API token used to authenticate must have the following scope(s) enabled to make a successful request: Voice.
Find a log by ID.
The API token used to authenticate must have the following scope(s) enabled to make a successful request: Voice.
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.
Voice log for Compatibility and Relay call types. Returned when type is laml_call, relay_pstn_call, relay_sip_call, or relay_webrtc_call.
Voice log for audio legs in a Video Room. Returned when type is video_room_pstn_leg or video_room_sip_leg.
Voice log for Dialogflow call types. Returned when type is dialogflow_call.
Voice log for Fabric Subscriber Device call types. Returned when type is fabric_subscriber_device_leg.
A discarded/deleted voice log entry. Returned when the log has been deleted. Only present when include_deleted is true.
SignalWire Basic Authentication using Project ID and API Token.
The client sends HTTP requests with the Authorization header containing the word Basic followed by a space and a base64-encoded string of project_id:token. The project ID will be used as the username and the API token as the password.
Example: