Matthew Luz
12/19/2025, 7:14 PMVapi Support Bot
12/19/2025, 7:15 PMbash
curl -H 'authorization: Bearer {VAPI-PRIVATE-TOKEN}' https://api.vapi.ai/analytics
More details are available in the documentation I have found.
Source:
- [Understanding Call Concurrency](https://docs.vapi.ai/calls/call-concurrency)Chiranjeet Mishra
12/22/2025, 2:17 PMsubscriptionLimits (e.g., concurrencyLimit, remainingConcurrentCalls, concurrencyBlocked). Example analytics curl:
bash
curl -H 'authorization: Bearer {VAPI-PRIVATE-TOKEN}' https://api.vapi.ai/analytics
If you still see concurrencyBlocked: true or abnormal remainingConcurrentCalls (like -1) after increasing lines, reply here with the exact API response or a screenshot and we'll look further.