Deepak Peter Alvares Rodricks
03/23/2025, 11:42 AMVapi Support Bot
03/23/2025, 11:44 AMVapi Support Bot
03/23/2025, 11:44 AMcurl --location 'https://api.vapi.ai/analytics' \
--header 'Content-Type: application/json' \
--header 'Authorization: Bearer token' \
--data '{
"queries": [
{
"name": "getAnalyticsByAssistantID",
"table": "call",
"timeRange": {
"start": "2025-01-29T00:00:00Z",
"end": "2025-01-29T23:59:59Z",
"step": "day"
},
"operations": [
{
"operation": "sum",
"column": "cost"
}
]
}
]
}'
### Check VAPI Configuration
Verify your VAPI configuration:
* Check the server URL in the Account page on the VAPI Dashboard is correctly pointing to the endpoint
* Review server logs to identify if messages are being sent from VAPI but not received by the server
These steps are recommended in [configuration troubleshooting guides](https://discord.com/channels/1211482211119796234/1211483291191083018/threads/1334054297339433022).
Is there anything specific about your setup or when this issue started that I can help you with further?
Sources:
- [General Troubleshooting Steps](https://discord.com/channels/1211482211119796234/1211483291191083018/threads/1258340474243121283)
- [Data Synchronization Issues](https://discord.com/channels/1211482211119796234/1211483291191083018/threads/1339474275480113183)Vapi Support Bot
03/23/2025, 11:44 AMKyle
03/24/2025, 1:42 PM