Phone Testing›
Phone Testing
Get audio info for a call
Get the audio playback information for a call recording.
GET
/api/call-result/{call_id}/audio
Authorizations
Authorizationstringheaderrequired
Basic authentication header of the form Basic <encoded-value>, where <encoded-value> is the base64-encoded string username:password.
Path Parameters
call_idstringrequired
Response
application/jsonRecording/live-listen URLs and transcript for the call; external recording URLs are rewritten to the /api/audio proxy
recordingUrlstring
Recording URL (external URLs are rewritten to the /api/audio proxy)
stereoRecordingUrlstring
Stereo recording URL when available
listenUrlstring
Live-listen URL (WebSocket) when the call is active
canListenboolean
Whether live listening is possible
statusstring
Call status
endedAtstring
Call end timestamp
endedReasonstring
Provider ended reason
messagesarray
Parsed transcript messages