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

# List templates

`GET /templates`

Lists saved email templates for the authenticated company, optionally filtered by label.

## Query parameters

- `label` string

## Response `200`

Templates returned

- object
  - `success` boolean
  - `companyId` string
  - `emailLocalizationConfig` object
  - `templates` TemplateSummary[]
    - `id` string
    - `name` string
    - `subject` string
    - `previewText` string, nullable
    - `labels` string[] — Label names assigned to this template.
    - `createdAt` string, date-time
    - `updatedAt` string, date-time
    - `localizations` object[]

## Other responses

- `401` — Unauthorized

## Changes

- **2026-05-13** `9a89cb9ec599` — 2 info
  - added the new optional `query` request parameter `label`
  - added the optional property `templates/items/labels` to the response with the `200` status
- **2026-05-11** `ee7b7111c55b` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/sequenzy/apis/sequenzy-api/changes/templates/get.md)

---

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