---
title: "List Whatsapp phone numbers"
method: GET
path: "/v2/whatsapp/phone_numbers"
tags: ["Whatsapp Phone Numbers"]
---

# List Whatsapp phone numbers

`GET /v2/whatsapp/phone_numbers`

Returns WhatsApp phone numbers linked to the authenticated Telnyx account.

## Query parameters

- `page` object
  - `number` integer — The page number to load
  - `size` integer — The size of the page

## Response `200`

Successful response with Whatsapp phone numbers

- object
  - `data` WhatsappPhoneResponse[]
    - `record_type` string
    - `phone_number` string — Phone number in E164 format
    - `phone_number_id` string — Whatsapp phone number ID
    - `waba_id` string — WABA ID of Whatsapp business account
    - `user_id` string — User ID
    - `display_name` string
    - `quality_rating` string — Whatsapp quality rating
    - `status` string
    - `created_at` string, date-time
    - `enabled` boolean
    - `calling_enabled` boolean
    - `is_on_biz_app` boolean — Indicates whether the number is connected to both the WhatsApp Business app and Cloud API through WhatsApp Coexistence.
    - `coexistence_state` 'pending_onboarding' | 'sync_pending' | 'syncing' | 'sync_complete' | 'active' | 'history_declined' | 'sync_deadline_expired' | 'offboarded' | 'disconnected' | 'null', nullable — Current lifecycle state for a coexistence number. This is null for a standard Cloud API number.
    - `sync_deadline` string, date-time, nullable — Deadline for initiating the current coexistence synchronization cycle. This is null when no deadline applies.
    - `sync_progress` object, nullable — Synchronization progress. This object is returned only while a coexistence number is synchronizing.
      - `contacts_status` string
      - `history_status` string
      - `history_phase` integer, nullable
      - `history_chunk_order` integer, nullable
      - `history_progress` integer, nullable
  - `meta` MessagingPaginationMeta0b38e7044b
    - `total_pages` integer, required
    - `total_results` integer, required
    - `page_number` integer, required
    - `page_size` integer, required

## Other responses

- `4XX` — Unexpected error

## Changes

> 78 revisions in range; 1 not diffed.

- **2026-09-16** `a6a61a29ecdd` — 4 info
  - added the optional property `data/items/coexistence_state` to the response with the `200` status
  - added the optional property `data/items/is_on_biz_app` to the response with the `200` status
  - added the optional property `data/items/sync_deadline` to the response with the `200` status
  - added the optional property `data/items/sync_progress` to the response with the `200` status
- **2026-08-17** `1571b0380bd7` — 3 breaking
  - the response's body type changed from `object` to no type for status `4XX`
  - the `errors/items/` response's property type changed from `object` to no type for status `4XX`
  - the `errors/items/code` response's property type changed from `integer` to `string`, and format from `int32` to no format for status `4XX`
- **2026-08-04** `8f5f4e537994` — 4 breaking
  - the response's body type changed from no type to `object` for status `4XX`
  - the `errors/items/` response's property type changed from no type to `object` for status `4XX`
  - the `errors/items/code` response's property type changed from `string` to `integer`, and format from no format to `int32` for status `4XX`
  - the `errors/items/source/pointer` response's property format changed from `json-pointer` to no format for status `4XX`

[Change history](https://skmtc.dev/team-telnyx/apis/telnyx-api-2/changes/v2/whatsapp/phone_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.dev/team-telnyx/apis/telnyx-api-2/revisions/950384d11a37?raw)
