---
title: "List Whatsapp message templates"
method: GET
path: "/v2/whatsapp/message_templates"
tags: ["Whatsapp Message Templates"]
---

# List Whatsapp message templates

`GET /v2/whatsapp/message_templates`

Returns WhatsApp message templates owned by the authenticated account, including their current review state.

## Query parameters

- `page` object
  - `number` integer — The page number to load
  - `size` integer — The size of the page
- `filter[waba_id]` string
- `filter[category]` 'MARKETING' | 'UTILITY' | 'AUTHENTICATION'
- `filter[status]` string
- `filter[search]` string

## Response `200`

Successful response with Whatsapp template

- object
  - `data` WhatsappTemplateData[]
    - `id` string
    - `record_type` string
    - `template_id` string
    - `name` string
    - `category` 'MARKETING' | 'UTILITY' | 'AUTHENTICATION'
    - `language` string
    - `status` string — Current template status from Meta (e.g. PENDING, APPROVED, REJECTED, PAUSED, DISABLED). Additional statuses may be returned as Meta evolves the template lifecycle.
    - `rejection_reason` string
    - `components` object[] — Template components (header, body, footer, buttons) as submitted, including example values.
    - `whatsapp_business_account` object
      - `id` string
    - `created_at` string, date-time
    - `updated_at` string, date-time
  - `meta` MessagingPaginationMeta0b38e7044b
    - `total_pages` integer, required
    - `total_results` integer, required
    - `page_number` integer, required
    - `page_size` integer, required

## Other responses

- `4XX` — Unexpected error

## Changes

> 93 revisions in range; 1 not diffed.

- **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/message_templates/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/88481995b4ca?raw)
