---
title: "Whatsapp List Templates"
method: GET
path: "/integrations/whatsapp/{connection_id}/templates"
tags: ["whatsapp"]
---

# Whatsapp List Templates

`GET /integrations/whatsapp/{connection_id}/templates`

List the WABA's message templates and their approval status.

Templates are the only way to message someone outside the 24h customer
service window. A newly created one is PENDING until Meta reviews it;
poll here for the transition to APPROVED (or REJECTED, with a reason).

## Path parameters

- `connection_id` string, required

## Query parameters

- `name` string, nullable — Filter to one template name (all of its language variants).
- `status` string, nullable — Filter by approval status, e.g. APPROVED or PENDING.
- `category` string, nullable — Filter by category: MARKETING, UTILITY, or AUTHENTICATION.
- `language` string, nullable — Filter by language code, e.g. en_US.

## Response `200`

Successful Response

- unknown

## Other responses

- `422` — Validation Error

---

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