---
title: "Get the personalized content of a sent transactional email"
method: GET
path: "/smtp/emails/{uuid}"
tags: ["Transactional emails"]
---

# Get the personalized content of a sent transactional email

`GET /smtp/emails/{uuid}`

## Path parameters

- `uuid` string, required

## Response `200`

Transactional email content

- GetTransacEmailContent
  - `email` string, email, required — Email address to which transactional email has been sent
  - `subject` string, required — Subject of the sent email
  - `templateId` integer — Id of the template
  - `date` string, required — Date on which transactional email was sent
  - `events` GetTransacEmailContentEvents[], required — Series of events which occurred on the transactional email
    - `name` string, required — Name of the event that occurred on the sent email
    - `time` string, required — Time at which the event occurred
  - `body` string, required — Actual content of the transactional email that has been sent
  - `attachmentCount` integer, required — Count of the attachments that were sent in the email

---

[API](https://skmtc.net/getbrevo/apis/brevo-api.md) · [All operations](https://skmtc.net/getbrevo/apis/brevo-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/getbrevo/brevo-api/revisions/2aec3cf66501/schema)
