---
title: "Get Inbounds"
method: GET
path: "/v1/Inbound"
tags: ["Inbound"]
---

# Get Inbounds

`GET /v1/Inbound`

Retrieves all inbounds

## Response `200`

List of all inbound for the client.

- InboundListApiView[]
  - `id` string, nullable — The unique identifier of the inboundy.
  - `name` string, nullable — The name of the inbound.
  - `totalAgents` integer — The total number of agents allocated to this inbound.
  - `status` integer — Here is the activity status `1 - Running` `2 - Paused` `3 - Suspended` `10 - TemporaryMaintenance`
  - `created` string, date-time — The date and time when the inbound was created.

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