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

# List transactional emails

`GET /transactional`

Lists transactional email templates with their linked subjects and all-time delivery metrics. Search name, slug, or subject; filter active state; and sort by engagement. Human engagement is used by default.

## Query parameters

- `search` string
- `status` 'all' | 'active' | 'disabled'
- `sort` 'date' | 'sends' | 'opens' | 'open-rate' | 'clicks' | 'ctr'
- `order` 'asc' | 'desc'
- `includeMachineEngagement` boolean

## Response `200`

Successful response

- object
  - `success` boolean
  - `transactional` TransactionalEmailListItem[]
    - `id` string
    - `name` string
    - `slug` string
    - `emailId` string
    - `enabled` boolean
    - `createdAt` string, date-time
    - `updatedAt` string, date-time
    - `subject` string, nullable
    - `stats` object
      - `sends` integer
      - `deliveries` integer
      - `opens` integer
      - `clicks` integer
      - `bounces` integer
      - `openRate` number, float
      - `clickRate` number, float

## Other responses

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

## Changes

- **2026-08-02** `36f92fc0caa2` — 2 breaking
  - the response property `success` became optional for the status `401`
  - the response property `success` became optional for the status `500`
- **2026-07-22** `06219e920c39` — 1 breaking, 7 warning, 6 info
  - the `transactional/items/` response's property type/format changed from `object`/`` to ``/`` for status `200`
  - removed the optional property `transactional/items/createdAt` from the response with the `200` status
  - removed the optional property `transactional/items/emailId` from the response with the `200` status
  - removed the optional property `transactional/items/enabled` from the response with the `200` status
  - …10 more
- **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/36f92fc0caa2/schema)
