Get Recording
Stream the audio recording for a specific call. Returns the recording file with appropriate audio headers.
GET
Headers
x-workspace-idstringrequiredThe unique identifier of the workspace being accessed.
Path Parameters
callHistoryIdstringrequiredThe call history ID to retrieve the recording for.
Response
The response streams the audio file directly with the following headers:
Content-Type:audio/mp3orvideo/mp4depending on the recording formatContent-Disposition:inline; filename="recording.mp3"Cache-Control:private, max-age=3600
The audio file is streamed directly and can be played in a browser or downloaded.
