Get Call Recording
GET/api/v1/calls/:call_id/recording
Return a time-limited download link for the call recording, or 404 if there is none. With ?redirect=true the response is a 307 to the file.
Request
Responses
- 200
- 307
- 401
- 403
- 404
- 422
- 503
Successful Response
With redirect=true: redirect to the time-limited recording URL.
X-API-Key missing, invalid or revoked.
The key has no access to this workspace, or the workspace has the feature disabled.
No such resource in the key's workspace.
Validation Error
A recording exists but storage could not issue a download URL; retry later.