---
title: "GET /wa/app/{app_id}/template"
method: GET
path: "/wa/app/{app_id}/template"
---

# GET /wa/app/{app_id}/template

`GET /wa/app/{app_id}/template`

## Path parameters

- `app_id` string, required

## Query parameters

- `pageNo` integer
- `pageSize` integer
- `templateStatus` string
- `templateCategory` string
- `templateType` string
- `quality` string
- `languageCode` string

## Headers

- `apikey` string, required

## Response `200`

Success response

- object
  - `templates` object[] — list of templates for the app
    - `appId` string — app id of the app
    - `buttonSupported` string — buttons supported for the template
    - `category` string — template category
    - `containerMeta` string — container meta of the template
    - `createdOn` integer — creation timestamp of template
    - `data` string — template body
    - `elementName` string — template name
    - `externalId` string — Meta template id
    - `id` string — Gupshup template id
    - `internalCategory` integer — internal category
    - `internalType` integer — internal type
    - `languageCode` string — language code of template
    - `languagePolicy` string — language policy of template
    - `meta` string — template meta
    - `modifiedOn` integer — modification timestamp of template
    - `namespace` string — namespace of the template
    - `priority` integer — template priority
    - `quality` string — template quality
    - `retry` integer — retry flag for template
    - `stage` string — template stage
    - `status` string — template status
    - `templateType` string — template type
    - `vertical` string — template vertical
    - `wabaId` integer — waba id linked to template
  - `status` 'success' — Status of the response

## Other responses

- `400` — Error response; in case of bad request
- `401` — Error response; in case of authentication failure

---

[API](https://skmtc.dev/gupshup/apis/send-message-api.md) · [All operations](https://skmtc.dev/gupshup/apis/send-message-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/gupshup/send-message-api/revisions/356200b5115b/schema)
