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

# List transactional emails

`GET /v1/transactional-emails`

Retrieve a paginated list of transactional emails, most recently created first.

## Query parameters

- `perPage` string
- `cursor` string

## Response `200`

Successful.

- ListTransactionalsResourceResponse
  - `pagination` Pagination, required
    - `totalResults` number, required
    - `returnedResults` number, required
    - `perPage` number, required
    - `totalPages` number, required
    - `nextCursor` string, nullable, required
    - `nextPage` string, nullable, required
  - `data` TransactionalResource[], required
    - `id` string, required — The ID of the transactional email.
    - `name` string, required — The name of the transactional email.
    - `draftEmailMessageId` string, nullable, required — The ID of the draft email message. `null` if there is no draft version.
    - `publishedEmailMessageId` string, nullable, required — The ID of the published email message. `null` if there is no published version.
    - `transactionalGroupId` string, nullable, required — The ID of the group this transactional email belongs to.
    - `createdAt` string, date-time, required — ISO 8601 timestamp for when the transactional email was created.
    - `updatedAt` string, date-time, required — ISO 8601 timestamp for when the transactional email was last updated.
    - `dataVariables` string[], required — Data variable names used by the published email. Empty for unpublished transactional emails.

## Other responses

- `400` — Invalid `perPage` value.
- `401` — Invalid API key or content API not enabled for this team.
- `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)
