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

# List Whatsapp message templates

`GET /whatsapp/message_templates`

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

## 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/versions/8f5f4e537994/schema)
