---
title: "Get Inbound Ongoing Calls"
method: GET
path: "/v1/Inbound/{inboundId}/OngoingCalls"
tags: ["Inbound"]
---

# Get Inbound Ongoing Calls

`GET /v1/Inbound/{inboundId}/OngoingCalls`

Returns the number of active calls currently in progress and in queue for the specified inbound ID.

## Path parameters

- `inboundId` 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/versions/52d64fc5d6e9/schema)
