cURL
curl --request GET \ --url https://api.nlpearl.ai/v1/Inbound/{inboundId}/OngoingCalls \ --header 'Authorization: Bearer <token>'
{ "totalOngoingCalls": 123, "totalOnQueue": 123 }
Returns the number of active calls currently in progress and in queue for the specified inbound ID.
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.