Skip to main content
GET
/
v2
/
Pearl
/
{pearlId}
/
OngoingCalls
Get Ongoing Calls
curl --request GET \
  --url https://api.nlpearl.ai/v2/Pearl/{pearlId}/OngoingCalls \
  --header 'Authorization: Bearer <token>'
{
  "totalOngoingCalls": 123,
  "totalOnQueue": 123
}

Authorizations

Authorization
string
header
required

Specify the authorization token.

For more information, check out the Authorization Guide.

Path Parameters

pearlId
string
required

Response

Details of the specific inbound.

totalOngoingCalls
integer

The total number of ongoing calls.

totalOnQueue
integer | null

The total number of calls currently in the queue.