Download a call recording
GET/v1/calls/:id/recording
Proxy-streams the call's audio (same-origin, so it plays directly in a browser <audio> element). Returns 404 when the call has no recording.
Request
Responses
- 200
- 401
- 403
- 404
- 429
Missing, invalid, revoked, or expired API key.
The key lacks the calls:read scope.
No call with this id, or the call has no recording.
Rate limit exceeded.