---
title: "Get list of templates"
method: GET
path: "/api/v4/chats/templates"
---

# Get list of templates

`GET /api/v4/chats/templates`

The method allows you to get a list of templates in your account.

## Query parameters

- `page` integer
- `limit` integer
- `filter[external_id]` string[]
- `with` string

## Response `200`

200

- object
  - `_page` integer
  - `_links` object
    - `self` object
      - `href` string
    - `next` object
      - `href` string
  - `_embedded` object
    - `chat_templates` object[]
      - `id` integer
      - `account_id` integer
      - `name` string
      - `content` string
      - `created_at` integer
      - `updated_at` integer
      - `buttons` object[]
        - `text` string
        - `type` string
      - `attachment` unknown
      - `is_editable` boolean
      - `external_id` string
      - `type` string
      - `waba_footer` string
      - `waba_category` string
      - `waba_language` string
      - `waba_examples` object
        - `{{contact.name}}` string
      - `waba_header` string
      - `waba_header_type` string
      - `review_status` string
      - `is_on_review` boolean
      - `_embedded` object
        - `reviews` object[]
          - `id` integer
          - `source_id` integer
          - `status` string
          - `reject_reason` string
      - `_links` object
        - `self` object
          - `href` string

## Other responses

- `204` — 204
- `401` — 401

---

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