---
title: "List all Verified Numbers"
method: GET
path: "/verified_numbers"
tags: ["Verified Numbers"]
---

# List all Verified Numbers

`GET /verified_numbers`

Gets a paginated list of Verified Numbers.

## Query parameters

- `page` object
  - `number` integer
  - `size` integer

## Response `200`

Expected response to a valid request.

- ListVerifiedNumbersResponse — A paginated list of Verified Numbers
  - `data` VerifiedNumberResponse[], required
    - `phone_number` string
    - `record_type` 'verified_number' — The possible verified numbers record types.
    - `verified_at` string
  - `meta` VerifiedNumbersMeta, required
    - `page_number` integer
    - `page_size` integer
    - `total_pages` integer
    - `total_results` integer

## Other responses

- `400` — Bad Request
- `401` — Unauthorized Request
- `422` — Unprocessable Entity

## Changes

- **2026-08-17** `1571b0380bd7` — 3 breaking, 3 info
  - the `errors/items/code` response's property type/format changed from `integer`/`int32` to `string`/`` for status `400`
  - the `errors/items/code` response's property type/format changed from `integer`/`int32` to `string`/`` for status `401`
  - the `errors/items/code` response's property type/format changed from `integer`/`int32` to `string`/`` for status `422`
  - added the optional property `errors/items/meta/url` to the response with the `400` status
  - …2 more
- **2026-08-04** `8f5f4e537994` — 3 breaking, 3 warning
  - the `errors/items/code` response's property type/format changed from `string`/`` to `integer`/`int32` for status `400`
  - the `errors/items/code` response's property type/format changed from `string`/`` to `integer`/`int32` for status `401`
  - the `errors/items/code` response's property type/format changed from `string`/`` to `integer`/`int32` for status `422`
  - removed the optional property `errors/items/meta/url` from the response with the `400` status
  - …2 more

[Change history](https://skmtc.dev/team-telnyx/apis/telnyx-api-2/changes/verified_numbers/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-service-production.skmtc.workers.dev/v1/apis/team-telnyx/telnyx-api-2/revisions/3fdc16374d70/schema)
