Access Call Recordings Via API
# support
r
I would like to make an API call to acces all the call logs with call Recordings to my backend, do you have an endpoint for it? I see Vapi has depricated Call Logs.
k
Vapi no longer supports a /logs endpoint, but you can access call recordings via the GET /call/:id endpoint or by setting up webhooks and cloud storage integration for real-time and secure access.
r
recordingUrl string Optional Deprecated This is the recording url for the call. To enable, set assistant.artifactPlan.recordingEnabled.
It is deprecated from Get /call/:id too
k
Yes, recordingUrl is deprecated in GET /call/:id; instead, enable assistant.artifactPlan.recordingEnabled and retrieve recordings via the End of Call Report sent to the server.