---
title: "Get Phone Number Status"
method: GET
path: "/10dlc/phoneNumberAssignmentByProfile/{taskId}/phoneNumbers"
tags: ["Bulk Phone Number Campaigns"]
---

# Get Phone Number Status

`GET /10dlc/phoneNumberAssignmentByProfile/{taskId}/phoneNumbers`

Check the status of the individual phone number/campaign assignments associated with the supplied `taskId`.

## Path parameters

- `taskId` string, required

## Query parameters

- `recordsPerPage` integer
- `page` integer

## Response `200`

Successful Response

- PhoneNumberStatusResponsePaginated
  - `records` ProfileAssignmentPhoneNumbers[], required
    - `taskId` string, required — The ID of the task associated with the phone number.
    - `phoneNumber` string, required — The phone number that the status is being checked for.
    - `status` string, required — The status of the associated phone number assignment.

## Other responses

- `422` — Generic response error
- `4XX` — Generic response error

---

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