---
title: "Retrieve a list of phone numbers associated to orders"
method: GET
path: "/number_order_phone_numbers"
tags: ["Phone Number Orders"]
---

# Retrieve a list of phone numbers associated to orders

`GET /number_order_phone_numbers`

Get a list of phone numbers associated to orders.

## Query parameters

- `filter` object
  - `country_code` string — Country code of the order phone number.

## Response `200`

Successful response with a list of number order phone numbers.

- object
  - `data` NumberOrderPhoneNumber[]
    - `bundle_id` string, uuid, nullable
    - `country_code` string
    - `deadline` string, date-time
    - `id` string, uuid
    - `is_block_number` boolean
    - `locality` string
    - `order_request_id` string, uuid
    - `phone_number` string
    - `phone_number_type` 'local' | 'toll_free' | 'mobile' | 'national' | 'shared_cost' | 'landline'
    - `record_type` string
    - `regulatory_requirements` SubNumberOrderRegulatoryRequirementWithValue[]
      - `field_type` 'textual' | 'datetime' | 'address' | 'document'
      - `field_value` string — The value of the requirement, this could be an id to a resource or a string value.
      - `record_type` string
      - `requirement_id` string, uuid — Unique id for a requirement.
    - `requirements_met` boolean — True if all requirements are met for a phone number, false otherwise.
    - `requirements_status` 'pending' | 'approved' | 'cancelled' | 'deleted' | 'requirement-info-exception' | 'requirement-info-pending' | 'requirement-info-under-review' — Status of requirements (if applicable)
    - `status` 'pending' | 'success' | 'failure' — The status of the phone number in the order.
    - `sub_number_order_id` string, uuid
  - `meta` PaginationMeta
    - `page_number` integer
    - `page_size` integer
    - `total_pages` integer
    - `total_results` integer

## 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.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/revisions/3fdc16374d70/schema)
