---
title: "Get Single Phone Number Campaign"
method: GET
path: "/10dlc/phone_number_campaigns/{phoneNumber}"
tags: ["Phone Number Campaigns"]
---

# Get Single Phone Number Campaign

`GET /10dlc/phone_number_campaigns/{phoneNumber}`

Retrieve an individual phone number/campaign assignment by `phoneNumber`.

## Path parameters

- `phoneNumber` string, required

## Response `200`

Successful Response

- PhoneNumberCampaign
  - `phoneNumber` string, required
  - `brandId` string — Brand ID. Empty if the number is associated to a shared campaign.
  - `tcrBrandId` string — TCR's alphanumeric ID for the brand.
  - `campaignId` string, required — For shared campaigns, this is the TCR campaign ID, otherwise it is the campaign ID
  - `tcrCampaignId` string — TCR's alphanumeric ID for the campaign.
  - `telnyxCampaignId` string — Campaign ID. Empty if the number is associated to a shared campaign.
  - `assignmentStatus` 'FAILED_ASSIGNMENT' | 'PENDING_ASSIGNMENT' | 'ASSIGNED' | 'PENDING_UNASSIGNMENT' | 'FAILED_UNASSIGNMENT' — The assignment status of the number.
  - `failureReasons` string — Extra info about a failure to assign/unassign a number. Relevant only if the assignmentStatus is either FAILED_ASSIGNMENT or FAILED_UNASSIGNMENT
  - `createdAt` string, required
  - `updatedAt` string, required

## Other responses

- `4XX` — Generic response error

---

[API](https://skmtc.net/team-telnyx/apis/telnyx-api.md) · [All operations](https://skmtc.net/team-telnyx/apis/telnyx-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/team-telnyx/telnyx-api/versions/e32d46c5945b/schema)
