---
title: "Get Ongoing Calls"
method: GET
path: "/v2/Pearl/{pearlId}/OngoingCalls"
tags: ["Pearl"]
---

# Get Ongoing Calls

`GET /v2/Pearl/{pearlId}/OngoingCalls`

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.

## Path parameters

- `pearlId` string, required

## Response `200`

Details of the specific inbound.

- OngoingCallsApiView
  - `totalOngoingCalls` integer — The total number of ongoing calls.
  - `totalOnQueue` integer, nullable — The total number of calls currently in the queue.

## Other responses

- `400` — Error

---

[API](https://skmtc.net/nlpearl/apis/nlpearl-client-api.md) · [All operations](https://skmtc.net/nlpearl/apis/nlpearl-client-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/nlpearl/nlpearl-client-api/revisions/52d64fc5d6e9/schema)
