Exporting call logs from dashboard
# support
b
I am trying to export the call logs from the VAPI dashboard ("Observe" -> "Call Logs").. A maximum of 100 calls are displayed per page. When I click "Export to CSV", it only exports the calls displayed on page. If on any given day there were more than 100 calls, I have to click "Next" to get to the next page and then download this separate csv and later join them manually in Excel. Is there any way around this?
v
Hi there! 👋 I understand your frustration with having to export call logs page by page and then manually joining them in Excel. While I couldn't find information about a direct way to export all call logs at once from the dashboard, I can suggest some alternative approaches! Based on the information I found, here are some workarounds for the 100-call export limitation: 1. **Use the VAPI API**: The ["GET List Calls" API endpoint](https://docs.vapi.ai/api-reference/calls/list) could be used to programmatically retrieve all your call logs at once, bypassing the dashboard's pagination limitations. This would require some coding but could automate the entire process. 2. **Custom Logging Solution**: According to information I found, you could set up a [custom implementation to log VAPI calls to GitHub](https://discord.com/channels/1211482211119796234/1211483291191083018/threads/1331035264751112202) or another repository of your choice. This involves setting up a webhook or event listener to capture call data. 3. **Contact VAPI Support**: The [support team](https://discord.com/channels/1211482211119796234/1211483291191083018/threads/1334251359519641692) may be able to provide tailored guidance for your specific use case or suggest additional options not covered in the documentation. Would you like more information about any of these approaches? Sources: - [VAPI dashboard Export to CSV workaround for 100 call limit](https://docs.vapi.ai/api-reference/blocks/create) - [Alternative methods for exporting call logs from VAPI dashboard](https://docs.vapi.ai/api-reference/logs/get) - [Logging VAPI calls to GitHub](https://discord.com/channels/1211482211119796234/1211483291191083018/threads/1331035264751112202) - [VAPI Support](https://discord.com/channels/1211482211119796234/1211483291191083018/threads/1334251359519641692)
s
Can you add this to our roadmap?