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

# Get Inbound

`GET /v1/Inbound/{inboundId}`

Retrieves a specific inbound by its ID

## Path parameters

- `inboundId` string, required

## Response `200`

Details of the specific inbound.

- InboundApiView
  - `id` string, nullable — The unique identifier of the inbound activity.
  - `name` string, nullable — The name of the inbound activity.
  - `status` integer — Here is the activity status `1 - Running` `2 - Paused` `3 - Suspended` `10 - TemporaryMaintenance`
  - `pearlName` string, nullable — The name of the Pearl associated with this inbound activity.
  - `totalAgents` integer — The total number of agents allocated to this inbound activity.
  - `phoneNumber` string, nullable — The phone number associated with this inbound activity.
  - `totalTodayCalls` integer — The total number of calls received today.
  - `totalOngoingCalls` integer — The total number of ongoing calls.
  - `totalOnQueue` integer — The total number of calls currently in the queue.
  - `created` string, date-time — The date and time when the inbound activity was created.
  - `creditUsed` integer

## 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)
