Calls
Get recording
Create a temporary download URL for a completed call recording.
GET
cURL
When to use this endpoint
Use thecallId from a call.completed webhook or CALL event to download a completed call recording. This endpoint returns a temporary URL for one recording; it does not return a list of calls or recordings.
Recording availability
Call completion and recording availability are separate. If the recording is still being prepared, the endpoint returns409 Recording is not ready yet. Retry only after a 409, using backoff and an application-defined attempt or time limit. Stop retrying and handle every other response according to its documented status.
Downloading recordings
Theurl expires after 15 minutes. Download the MP3 immediately and store the file in your own retention system. Do not save the URL; request a new one when it expires.Authorizations
Path Parameters
Call ID from data.callId in a call webhook or the event id in a CALL event.
Response
A temporary recording download URL was created.
A short-lived URL for downloading a call recording.
Temporary URL for downloading the recording. Download the file immediately; do not store this URL.
When the temporary URL expires. Request a new URL after this time.
MIME type of the downloaded recording.
Available options:
audio/mpeg 
