GET
/
v1
/
Inbound
/
{inboundId}
/
OngoingCalls
Get Inbound Ongoing Calls
curl --request GET \
  --url https://api.nlpearl.ai/v1/Inbound/{inboundId}/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

inboundId
string
required

The unique identifier of the inbound.

Response

Details of the specific inbound.

totalOngoingCalls
integer

The total number of ongoing calls.

totalOnQueue
integer

The total number of calls currently in the queue.