---
title: "GET /v2/email/templates/{TemplateName}"
method: GET
path: "/v2/email/templates/{TemplateName}"
---

# GET /v2/email/templates/{TemplateName}

`GET /v2/email/templates/{TemplateName}`

Displays the template object (which includes the subject line, HTML part and text part) for the template you specify.

You can execute this operation no more than once per second.

## Path parameters

- `TemplateName` string, required — The name of the template. You will refer to this name when you send email using the <code>SendTemplatedEmail</code> or <code>SendBulkTemplatedEmail</code> operations.

## Response `200`

Success

- GetEmailTemplateResponse — The following element is returned by the service.
  - `TemplateName` string, required — The name of the template.
  - `TemplateContent` object, required — The content of the email template, composed of a subject line, an HTML part, and a text-only part.
    - `Subject` string — The subject line of the email.
    - `Text` string — The email body that will be visible to recipients whose email clients do not display HTML.
    - `Html` string — The HTML body of the email.

## Other responses

- `480` — NotFoundException
- `481` — TooManyRequestsException
- `482` — BadRequestException

---

[API](https://skmtc.net/aws/apis/sesv2.md) · [All operations](https://skmtc.net/aws/apis/sesv2/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/aws/sesv2/versions/25eba06e7f64/schema)
