---
title: "Get all phone numbers"
method: GET
path: "/phoneNumbers"
tags: ["Phone Numbers"]
---

# Get all phone numbers

`GET /phoneNumbers`

Get all phone numbers. You can filter and sort the phone numbers returned with paging.

## Response `200`

A successful response is an array containing phone numbers.

- object
  - `totalItems` integer — Total size of the result.
  - `pageNumber` string — The token to be used for listing the next page
  - `size` integer — The number of items per page. default is 1000
  - `phoneNumbers` Number[]
    - `id` string — The ID of the phone number.
    - `sipTrunkId` string — The ID of the SIP trunk to which the phone number is assigned.
    - `phoneNumber` string — A phone number in [E.164](https://community.sinch.com/t5/Glossary/E-164/ta-p/7537) format, including the leading '+'.
    - `countryCode` string — The country code of the phone number in ISO 3166-1 alpha-2 format.
    - `createTime` string, date-time — The date and time that the number was assigned to the SIP trunk.
    - `updateTime` string, date-time — The date and time that the phone number was last modified.

---

[API](https://skmtc.net/sinch/apis/elastic-sip-trunk-api.md) · [All operations](https://skmtc.net/sinch/apis/elastic-sip-trunk-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/sinch/elastic-sip-trunk-api/revisions/c04c2c708bf9/schema)
