---
title: "List Whatsapp Accounts"
method: GET
path: "/v1/convai/whatsapp-accounts"
tags: ["Agents Platform"]
---

# List Whatsapp Accounts

`GET /v1/convai/whatsapp-accounts`

List all WhatsApp accounts

## Query parameters

- `agent_id` string, nullable — Filter by assigned agent ID

## Headers

- `xi-api-key` string, nullable — Your API key. This is required by most endpoints to access our API programmatically. You can view your xi-api-key using the 'Profile' tab on the website.

## Response `200`

Successful Response

- ListWhatsAppAccountsResponse
  - `items` GetWhatsAppAccountResponse[], required
    - `business_account_id` string, required
    - `phone_number_id` string, required
    - `business_account_name` string, required
    - `phone_number_name` string, required
    - `phone_number` string, required
    - `account_type` 'cloud_api' | 'coexistence'
    - `assigned_agent_id` string, nullable
    - `enable_messaging` boolean
    - `enable_audio_message_response` boolean
    - `enable_typing_indicator` boolean
    - `assigned_agent_name` string, nullable, required
    - `is_token_expired` boolean

## Other responses

- `422` — Validation Error

## Changes

- **2026-09-12** `0f1cd49ea4b1` — 1 info
  - added the optional property `items/items/account_type` to the response with the `200` status
- **2026-07-26** `494d96419d15` — 1 info
  - added the optional property `items/items/enable_typing_indicator` to the response with the `200` status

[Change history](https://skmtc.dev/elevenlabs/apis/elevenlabs-api-documentation/changes/v1/convai/whatsapp-accounts/get.md)

---

[API](https://skmtc.dev/elevenlabs/apis/elevenlabs-api-documentation.md) · [All operations](https://skmtc.dev/elevenlabs/apis/elevenlabs-api-documentation/llms.txt) · [OpenAPI document](https://skmtc.dev/elevenlabs/apis/elevenlabs-api-documentation/revisions/4a6716242c9e?raw)
