🚀 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 for the specified Pearl. If the Pearl has inbound configurations, it also returns the number of calls currently in queue.
curl --request GET \
--url https://api.nlpearl.ai/v2/Pearl/{pearlId}/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.
curl --request GET \
--url https://api.nlpearl.ai/v2/Pearl/{pearlId}/OngoingCalls \
--header 'Authorization: Bearer <token>'{
"totalOngoingCalls": 123,
"totalOnQueue": 123
}