---
title: "List sub number orders"
method: GET
path: "/sub_number_orders"
tags: ["Phone Number Orders"]
---

# List sub number orders

`GET /sub_number_orders`

Get a paginated list of sub number orders.

## Query parameters

- `filter` object
  - `status` string — Filter sub number orders by status.
  - `order_request_id` string, uuid — ID of the number order the sub number order belongs to
  - `country_code` string — ISO alpha-2 country code.
  - `phone_number_type` string — Phone Number Type
  - `phone_numbers_count` integer — Amount of numbers in the sub number order
  - `include_phone_numbers` boolean — Include the first 50 phone number objects in the results, including their per-number regulatory requirement statuses

## Response `200`

Successful response with a list of sub number orders.

- object
  - `data` NumbersSubNumberOrder[]
    - `id` string, uuid
    - `order_request_id` string, uuid
    - `country_code` string
    - `phone_number_type` 'local' | 'toll_free' | 'mobile' | 'national' | 'shared_cost' | 'landline'
    - `user_id` string, uuid
    - `regulatory_requirements` SubNumberOrderRegulatoryRequirement[]
      - `record_type` string
      - `requirement_id` string, uuid — Unique id for a requirement.
      - `field_type` 'textual' | 'datetime' | 'address' | 'document'
    - `record_type` string
    - `phone_numbers_count` integer — The count of phone numbers in the number order.
    - `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.
    - `status` 'pending' | 'success' | 'failure' — The status of the order.
    - `customer_reference` string — A customer reference string for customer look ups.
    - `is_block_sub_number_order` boolean — True if the sub number order is a block sub number order
    - `phone_numbers` NumbersSubNumberOrderPhoneNumber[] — The first 50 phone numbers in the sub number order, including their per-number regulatory requirement statuses. Only present when filter[include_phone_numbers]=true is used.
      - `id` string, uuid
      - `phone_number` string
      - `country_code` string
      - `phone_number_type` string
      - `requirements_met` boolean
      - `requirements_status` string
      - `status` string
      - `record_type` string
      - `bundle_id` string, uuid, nullable
      - `regulatory_requirements` NumbersSubNumberOrderRegulatoryRequirementWithValue[]
        - `record_type` string
        - `requirement_id` string, uuid — Unique id for a requirement.
        - `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.
        - `status` 'approved' | 'declined' | 'awaiting-value' | 'pending-approval' — The status of the regulatory requirement for this phone number.
  - `meta` PaginationMeta
    - `total_pages` integer
    - `total_results` integer
    - `page_number` integer
    - `page_size` 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

## Changes

> 73 revisions in range; 1 not diffed.

- **2026-09-16** `a6a61a29ecdd` — 5 breaking, 5 warning, 11 info
  - the `errors/items/code` response's property type changed from `string` to `integer`, and format from no format to `int32` for status `400`
  - the `errors/items/code` response's property type changed from `string` to `integer`, and format from no format to `int32` for status `401`
  - the `errors/items/code` response's property type changed from `string` to `integer`, and format from no format to `int32` for status `404`
  - the `errors/items/code` response's property type changed from `string` to `integer`, and format from no format to `int32` for status `422`
  - …17 more
- **2026-08-17** `1571b0380bd7` — 15 breaking, 5 info
  - the response property `errors/items/code` became optional for the status `400`
  - the response property `errors/items/code` became optional for the status `401`
  - the response property `errors/items/code` became optional for the status `404`
  - the response property `errors/items/code` became optional for the status `422`
  - …16 more
- …earlier changes not shown

[Full history](https://skmtc.dev/team-telnyx/apis/telnyx-api-2/changes/sub_number_orders/get.md)

---

[API](https://skmtc.dev/team-telnyx/apis/telnyx-api-2.md) · [All operations](https://skmtc.dev/team-telnyx/apis/telnyx-api-2/llms.txt) · [OpenAPI document](https://skmtc.dev/team-telnyx/apis/telnyx-api-2/revisions/673109139443?raw)
