---
title: "List phone numbers for a WABA"
method: GET
path: "/whatsapp/business_accounts/{id}/phone_numbers"
tags: ["Whatsapp Business Accounts"]
---

# List phone numbers for a WABA

`GET /whatsapp/business_accounts/{id}/phone_numbers`

List the phone numbers associated with a WhatsApp Business Account.

## Path parameters

- `id` string, required

## 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` MessagingPaginationMeta
    - `total_pages` integer, required
    - `total_results` integer, required
    - `page_number` integer, required
    - `page_size` integer, required

## Other responses

- `4XX` — Unexpected error

## Changes

> 73 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-04** `8f5f4e537994` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/team-telnyx/apis/telnyx-api-2/changes/whatsapp/business_accounts/:id/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/673109139443?raw)
