---
title: "GET /v2/email/configuration-sets"
method: GET
path: "/v2/email/configuration-sets"
---

# GET /v2/email/configuration-sets

`GET /v2/email/configuration-sets`

List all of the configuration sets associated with your account in the current region.

_Configuration sets_ are groups of rules that you can apply to the emails you send. You apply a configuration set to an email by including a reference to the configuration set in the headers of the email. When you apply a configuration set to an email, all of the rules in that configuration set are applied to the email.

## Query parameters

- `NextToken` string
- `PageSize` integer

## Response `200`

Success

- ListConfigurationSetsResponse — A list of configuration sets in your Amazon SES account in the current Amazon Web Services Region.
  - `ConfigurationSets` ConfigurationSetName[] — An array that contains all of the configuration sets in your Amazon SES account in the current Amazon Web Services Region.
  - `NextToken` string — A token that indicates that there are additional configuration sets to list. To view additional configuration sets, issue another request to <code>ListConfigurationSets</code>, and pass this token in the <code>NextToken</code> parameter.

## 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)
