---
title: "GET /phone-number-orders"
method: GET
path: "/phone-number-orders"
---

# GET /phone-number-orders

`GET /phone-number-orders`

Lists the phone numbers for an administrator's Amazon Chime SDK account.

## Query parameters

- `next-token` string
- `max-results` integer

## Response `200`

Success

- ListPhoneNumberOrdersResponse
  - `PhoneNumberOrders` PhoneNumberOrder[] — The phone number order details.
    - `PhoneNumberOrderId` string — The ID of the phone order.
    - `ProductType` 'VoiceConnector' | 'SipMediaApplicationDialIn' — The phone number order product type.
    - `Status` 'Processing' | 'Successful' | 'Failed' | 'Partial' | 'PendingDocuments' | 'Submitted' | 'FOC' | 'ChangeRequested' | 'Exception' | 'CancelRequested' | 'Cancelled' — The status of the phone number order.
    - `OrderType` 'New' | 'Porting' — The type of phone number being ordered, local or toll-free.
    - `OrderedPhoneNumbers` OrderedPhoneNumber[] — The ordered phone number details, such as the phone number in E.164 format and the phone number status.
      - `E164PhoneNumber` string, password — The phone number, in E.164 format.
      - `Status` 'Processing' | 'Acquired' | 'Failed' — The phone number status.
    - `CreatedTimestamp` string, date-time — The phone number order creation time stamp, in ISO 8601 format.
    - `UpdatedTimestamp` string, date-time — The updated phone number order time stamp, in ISO 8601 format.
    - `FocDate` string, date-time — The Firm Order Commitment (FOC) date for phone number porting orders. This field is null if a phone number order is not a porting order.
  - `NextToken` string — The token used to retrieve the next page of results.

## Other responses

- `480` — UnauthorizedClientException
- `481` — ForbiddenException
- `482` — BadRequestException
- `483` — ThrottledClientException
- `484` — ServiceUnavailableException
- `485` — ServiceFailureException

---

[API](https://skmtc.net/aws/apis/chime-sdk-voice.md) · [All operations](https://skmtc.net/aws/apis/chime-sdk-voice/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/aws/chime-sdk-voice/revisions/89ce97d6fad9/schema)
