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
Kings_big💫
06/02/2025, 7:00 AM
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
Raga
06/02/2025, 2:53 PM
recordingUrl
string
Optional
Deprecated
This is the recording url for the call. To enable, set assistant.artifactPlan.recordingEnabled.
Raga
06/02/2025, 2:53 PM
It is deprecated from Get /call/:id too
k
Kings_big💫
06/02/2025, 2:56 PM
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.