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

# List templates

`GET /whatsapp/templates`

Returns a paginated list of WhatsApp templates you've previously created.

Archived templates are included when they match the query. Use `filter.status=ARCHIVED` to list archived templates explicitly.

## Query parameters

- `page` integer
- `limit` integer
- `includeTotal` boolean
- `filter.wabaId` string
- `filter.name` string
- `filter.language` string
- `filter.status` string

## Response `200`

Successfully retrieved a paginated list of objects.

- WhatsappTemplatePage — Represents a given page of items.
  - `offset` integer, required — The position of the item this page starts from, zero-based. e.g., the 11th item is at offset 10.
  - `limit` integer, required — A limit on the number of items to be returned, between 1 and 100, defaults to 10.
  - `length` integer, required — The actual number of items in the page.
  - `total` integer — The total number of items. This field is returned only when the request parameter `includeTotal` is set to `true`.
  - `items` object[]

---

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