---
title: "Retrieve a number block order"
method: GET
path: "/number_block_orders/{number_block_order_id}"
tags: ["Phone Number Block Orders"]
---

# Retrieve a number block order

`GET /number_block_orders/{number_block_order_id}`

Get an existing phone number block order.

## Path parameters

- `number_block_order_id` string, required

## Response `200`

Successful response with details about a number block order.

- object
  - `data` NumberBlockOrder
    - `id` string, uuid
    - `record_type` string
    - `starting_number` string — Starting phone number block
    - `range` integer — The phone number range included in the block.
    - `phone_numbers_count` integer — The count of phone numbers in the number order.
    - `connection_id` string — Identifies the connection associated to all numbers in the phone number block.
    - `messaging_profile_id` string — Identifies the messaging profile associated to all numbers in the phone number block.
    - `status` 'pending' | 'success' | 'failure' — The status of the order.
    - `customer_reference` string — A customer reference string for customer look ups.
    - `created_at` string, date-time — An ISO 8901 datetime string denoting when the number order was created.
    - `updated_at` string, date-time — An ISO 8901 datetime string for when the number order was updated.
    - `requirements_met` boolean — True if all requirements are met for every phone number, false otherwise.

## Other responses

- `400` — Bad request, the request was unacceptable, often due to missing a required parameter.
- `401` — Unauthorized
- `404` — The requested resource doesn't exist.
- `422` — Unprocessable entity. Check the 'detail' field in response for details.
- `500` — Unexpected error

---

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