🚀 API 2.0 is now live! See our API Reference for details.
Returns the number of active calls currently in progress and in queue for the specified inbound ID.
cURL
curl --request GET \ --url https://api.nlpearl.ai/v1/Inbound/{inboundId}/OngoingCalls \ --header 'Authorization: Bearer <token>'
{ "totalOngoingCalls": 123, "totalOnQueue": 123 }
Specify the authorization token.
For more information, check out the Authorization Guide.
The unique identifier of the inbound.
Details of the specific inbound.
The total number of ongoing calls.
The total number of calls currently in the queue.