Returns the recording of a completed call in one of three shapes, chosen by the request itself: send Accept: application/json for a temporary URL, add download=1 for the audio bytes as an attachment, or make a plain GET (as an <audio> element does) and be redirected. The URL is valid for one hour and is served directly from storage, so it works without your API key once issued — treat it as a secret. The same access rule as the call record applies: one-to-one calls between two of your extensions stay visible only to the people on them.
| Time | Status | User Agent | |
|---|---|---|---|
Retrieving recent requests… | |||
200A temporary URL valid for one hour when the request carries Accept: application/json, or the audio bytes as an attachment when download=1 is set.
302A redirect to the recording, the default for a plain GET without a JSON Accept header.
404You have no access to the call, no recording was stored for it, or the audio is missing from storage.
