---
title: "Get Outbound"
method: GET
path: "/v1/Outbound/{outboundId}"
tags: ["Outbound"]
---

# Get Outbound

`GET /v1/Outbound/{outboundId}`

Retrieve a specific outbound by its ID

## Path parameters

- `outboundId` string, required

## Response `200`

Detailed view of a specific outbound.

- OutboundApiView
  - `id` string, nullable — The unique identifier of the outbound activity.
  - `name` string, nullable — The name of the outbound activity.
  - `totalLeads` integer — The total number of leads associated with this outbound activity.
  - `totalLeadsCompleted` integer — The total number of leads that have been completed.
  - `totalLeadsSuccess` integer — The total number of leads that were successfully converted.
  - `phoneNumber` string, nullable — The phone number used for this outbound activity.
  - `pearlName` string, nullable — The name of the Pearl associated with this outbound activity.
  - `budgetTotal` integer, nullable — The total budget allocated for this outbound activity.
  - `budgetConsumed` integer — The amount of the budget that has been consumed so far.
  - `totalAgents` integer — The total number of agents allocated to this outbound activity.
  - `totalOngoingCalls` integer — The total number of call now.
  - `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 outbound activity was created.
  - `totalTodayCalls` integer — The total number of calls made today during this outbound activity.

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