Hey Sargey, unfortunately VAPI support isn't avail...
# office-hours
e
Hey Sargey, unfortunately VAPI support isn't available on weekends... brutal for the kind of service they offer lol. In any case, I thought I'd come and benefit the group if possible. I just experienced the same issue, and I was very worried, this would cause a huge headache with all my clients. I ended up going through the VAPI API to retrieve calls, I was able to see the full list of my calls and it provides the recording URLs too. This seems to be a VAPI frontend UI issue, hope they fix it soon. Use the following API call: curl -X GET "https://api.vapi.ai/call" -H "Authorization: Bearer YOUR-API-KEY" \ -H "Content-Type: application/json" This will list all your calls (up to 100 records I believe), and then you can parse through it to find the calls you want to review. Hope this helps everyone!