---
title: "GET /v1/whatsapp/template/list#id"
method: GET
path: "/v1/whatsapp/template/list#id"
---

# GET /v1/whatsapp/template/list#id

`GET /v1/whatsapp/template/list#id`

Lists WhatsApp message templates for a specific WhatsApp Business Account.

## Query parameters

- `id` string, required
- `nextToken` string
- `maxResults` integer

## Response `200`

Success

- ListWhatsAppMessageTemplatesOutput
  - `templates` TemplateSummary[] — A list of template summaries.
    - `templateName` string — The name of the template.
    - `metaTemplateId` string — The numeric ID assigned to the template by Meta.
    - `templateStatus` string — The current status of the template (for example, APPROVED, PENDING, or REJECTED).
    - `templateQualityScore` string — The quality score assigned to the template by Meta.
    - `templateLanguage` string — The language code of the template (for example, en_US).
    - `templateCategory` string — The category of the template (for example, UTILITY or MARKETING).
  - `nextToken` string — The token to retrieve the next page of results, if any.

## Other responses

- `480` — ValidationException
- `481` — AccessDeniedException
- `482` — ResourceNotFoundException
- `483` — InvalidParametersException
- `484` — AccessDeniedByMetaException
- `485` — ThrottledRequestException
- `486` — InternalServiceException
- `487` — DependencyException

---

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