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

# Get Assignment Task Status

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

Check the status of the task associated with assigning all phone numbers on a messaging profile to a campaign by `taskId`.

## Path parameters

- `taskId` string, required

## Response `200`

Successful Response

- AssignmentTaskStatusResponse
  - `taskId` string, required
  - `status` 'pending' | 'processing' | 'completed' | 'failed', required — An enumeration.
  - `createdAt` string, date-time
  - `updatedAt` string, date-time

## Other responses

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