---
title: "List transactional emails"
method: GET
path: "/transactional"
tags: ["Transactional"]
---

# List transactional emails

`GET /transactional`

Lists all transactional email templates for your company.

## Response `200`

Successful response

- object
  - `success` boolean
  - `transactional` TransactionalEmail[]
    - `id` string
    - `name` string
    - `slug` string
    - `emailId` string
    - `enabled` boolean
    - `createdAt` string, date-time
    - `updatedAt` string, date-time

## Other responses

- `401` — Unauthorized
- `500` — Internal server error

## Changes

- **2026-05-01** `b0d4518ccca1` — 1 info
  - added the optional property `transactional/items/emailId` to the response with the `200` status

[Change history](https://skmtc.dev/sequenzy/apis/sequenzy-api/changes/transactional/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)
