---
title: "List templates"
method: GET
path: "/v1/whatsapp/templates"
tags: ["WhatsApp"]
---

# List templates

`GET /v1/whatsapp/templates`

List message templates for the WhatsApp Business Account (WABA) associated with the given account.
Templates are fetched directly from the WhatsApp Cloud API. One entry per **name + language**:
a multi-language template appears once per language, each with its own Meta `id`.

## Query parameters

- `accountId` string, required
- `name` string
- `language` string
- `status` 'APPROVED' | 'REJECTED' | 'PENDING' | 'PAUSED' | 'DISABLED' | 'IN_APPEAL' | 'PENDING_DELETION'

## Response `200`

Templates retrieved successfully

- object
  - `success` boolean
  - `templates` object[]
    - `id` string — WhatsApp template ID
    - `name` string
    - `status` 'APPROVED' | 'PENDING' | 'REJECTED'
    - `category` 'AUTHENTICATION' | 'MARKETING' | 'UTILITY'
    - `language` string
    - `components` object[]

## Other responses

- `400` — accountId is required or WABA ID not found
- `401` — Unauthorized
- `404` — WhatsApp account not found

## Changes

- **2026-08-29** `e6f7a453bfb1` — 3 info
  - added the new optional `query` request parameter `language`
  - added the new optional `query` request parameter `name`
  - added the new optional `query` request parameter `status`

[Change history](https://skmtc.dev/zernio/apis/zernio-api/changes/v1/whatsapp/templates/get.md)

---

[API](https://skmtc.dev/zernio/apis/zernio-api.md) · [All operations](https://skmtc.dev/zernio/apis/zernio-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/zernio/zernio-api/revisions/62bd668e6eb6/schema)
