---
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. Templates are the company's saved email bodies: standalone templates plus the bodies behind campaigns and transactional emails, so dashboard-designed emails appear here too. A campaign's `emailId` points at its entry in this list, and any template ID can be passed as `templateId` when creating a campaign. Bodies are kept when their campaign or transactional email is deleted. Returns the 50 most recently created bodies.

## 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-08-02** `36f92fc0caa2` — 1 breaking
  - the response property `success` became optional for the status `401`
- **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/aa6181241c7f/schema)
