---
title: "GET /v2/email/templates"
method: GET
path: "/v2/email/templates"
---

# GET /v2/email/templates

`GET /v2/email/templates`

Lists the email templates present in your Amazon SES account in the current Amazon Web Services Region.

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

## Query parameters

- `NextToken` string
- `PageSize` integer

## Response `200`

Success

- ListEmailTemplatesResponse — The following elements are returned by the service.
  - `TemplatesMetadata` EmailTemplateMetadata[] — An array the contains the name and creation time stamp for each template in your Amazon SES account.
    - `TemplateName` string — The name of the template.
    - `CreatedTimestamp` string, date-time — The time and date the template was created.
  - `NextToken` string — A token indicating that there are additional email templates available to be listed. Pass this token to a subsequent <code>ListEmailTemplates</code> call to retrieve the next 10 email templates.

## Other responses

- `480` — TooManyRequestsException
- `481` — 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)
