🚀 API 2.0 is now live! See our API Reference for details.
🚀 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 --request GET \
--url https://api.nlpearl.ai/v1/Inbound/{inboundId}/OngoingCalls \
--header 'Authorization: Bearer <token>'{
"totalOngoingCalls": 123,
"totalOnQueue": 123
}Documentation Index
Fetch the complete documentation index at: https://developers.nlpearl.ai/llms.txt
Use this file to discover all available pages before exploring further.
Specify the authorization token.
For more information, check out the Authorization Guide.
The unique identifier of the inbound.
curl --request GET \
--url https://api.nlpearl.ai/v1/Inbound/{inboundId}/OngoingCalls \
--header 'Authorization: Bearer <token>'{
"totalOngoingCalls": 123,
"totalOnQueue": 123
}