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

# List transactional emails

`GET /v1/transactional`

> **Deprecated.**

Get a list of published transactional emails.

## Query parameters

- `perPage` string
- `cursor` string

## Response `200`

Successful.

- ListTransactionalsResponse
  - `pagination` Pagination
    - `totalResults` number, required
    - `returnedResults` number, required
    - `perPage` number, required
    - `totalPages` number, required
    - `nextCursor` string, nullable, required
    - `nextPage` string, nullable, required
  - `data` TransactionalEmail[]
    - `id` string, required — The ID of the transactional email.
    - `name` string, required — The name of the transactional email.
    - `lastUpdated` string, required — The date and time the transactional email was last updated in ISO 8601 format.
    - `dataVariables` unknown[], required — The data variables used by the transactional email.
      - unknown

## Other responses

- `405` — Wrong HTTP request method.

---

[API](https://skmtc.net/loops/apis/loops-openapi-spec.md) · [All operations](https://skmtc.net/loops/apis/loops-openapi-spec/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/loops/loops-openapi-spec/revisions/96c4b50b8b95/schema)
