kendrick lmao
03/14/2026, 3:35 AMVapi Support Bot
03/14/2026, 3:36 AMbash
curl -X GET "https://api.vapi.ai/calls/{call_id}" -H "Authorization: Bearer YOUR_API_KEY"
Look for the costBreakdown.analysisCostBreakdown fields in the response, such as structuredOutputPromptTokens and structuredOutputCompletionTokens, to see exactly where the cost spike occurred. This will help you compare token usage with previous calls and identify any anomalies.
According to the documentation, this is the most direct way to debug structured output cost issues when the dashboard lacks detail.
Source:
- [API reference for calls/get](https://docs.vapi.ai/api-reference/calls/get)Chiranjeet Mishra
03/14/2026, 11:14 AMcall.costs[type=vapi].subType to determine if a Vapi cost is normal or an overage. This helps identify if your call exceeded normal usage limits.
How to Get Cost Details
To get a detailed breakdown of your call costs:
1. Access your call logs by navigating to [https://dashboard.vapi.ai/calls](https://dashboard.vapi.ai/calls)
2. Find your specific call using the Call ID
3. Review the cost breakdown in the call details, which should show the different cost components