---
title: "Get phone number conversational components"
method: GET
path: "/whatsapp/phone_numbers/{phone_number}/conversational_components"
tags: ["Whatsapp Phone Numbers"]
---

# Get phone number conversational components

`GET /whatsapp/phone_numbers/{phone_number}/conversational_components`

Retrieve the conversational components configuration for a WhatsApp phone number.

## Path parameters

- `phone_number` string, required

## Response `200`

Successful response with Whatsapp conversational components

- object
  - `data` WhatsappConversationalComponent
    - `commands` object[] — List of commands
      - `command` string
      - `description` string
    - `ice_breakers` string[] — List of ice breakers
    - `phone_number` string — Phone number in E164 format
    - `record_type` string

## Other responses

- `4XX` — Unexpected error

---

[API](https://skmtc.net/team-telnyx/apis/telnyx-api-2.md) · [All operations](https://skmtc.net/team-telnyx/apis/telnyx-api-2/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/team-telnyx/telnyx-api-2/revisions/ec31f78cf002/schema)
