Concurrency or Active Calls API endpoint?
# support
a
Is there an endpoint I can call on VAPI to get concurrency limits as well as active calls? Thanks!!
@User
v
message has been deleted
s
@AiTitus :) there is no endpoint as of now but yeah we are working on it, and soon you will get to hear about it from the #1211483332496465962
v
@AiTitus :) Yes, VAPI provides endpoints that you can use to retrieve information about concurrency limits and active calls. However, the specific endpoint to get concurrency limits might not be directly available in the public API documentation. For active calls, you can use the "List Calls" endpoint to retrieve a list of ongoing calls within your organization. To use the "List Calls" endpoint, you would typically make a GET request to the following URL:
Copy code
https://api.vapi.ai/calls
You would need to include your
apiKey
in the request header for authentication. If you need information on concurrency limits, it's best to check the documentation or contact VAPI support directly for guidance on the appropriate endpoint or method to retrieve such data. If you would like me to call the "List Calls" endpoint for you, please provide me with the necessary parameters, such as your
apiKey
, and I can assist you further.
You can continue this conversation by mentioning me in the message.
3 Views