Omar Andres Perez
03/28/2025, 12:20 AMVapi Support Bot
03/28/2025, 12:22 AMGET List Calls
API endpoint (/api-reference/calls/list
) that you can use to retrieve information about current calls [API Endpoint for Listing Calls](https://docs.vapi.ai/api-reference/squads/list).
3. Event Notifications - Vapi uses event notifications to track call-related events. You can set up your server URL in the VAPI Dashboard to receive these notifications [Event Notifications for Call Status](https://discord.com/channels/1211482211119796234/1211483291191083018/threads/1334054297339433022).
4. Live Call Control - Vapi offers a "Live Call Control" feature that can be used to access information about live calls [Live Call Control Feature](https://docs.vapi.ai/calls/call-features).
To manage your concurrency limit of 10 calls, you can:
- Implement a system that monitors active calls using the methods above
- Introduce delays between call initiations (e.g., making one call every 2 seconds) to avoid hitting the concurrency limit [Implementing Delays](https://discord.com/channels/1211482211119796234/1211483291191083018/threads/1326262542858850445)Vapi Support Bot
03/28/2025, 12:22 AMVapi Support Bot
03/28/2025, 12:27 AMKyle Brunker
03/30/2025, 7:25 AM