---
title: "GET /v2/email/contact-lists"
method: GET
path: "/v2/email/contact-lists"
---

# GET /v2/email/contact-lists

`GET /v2/email/contact-lists`

Lists all of the contact lists available.

## Query parameters

- `PageSize` integer
- `NextToken` string

## Response `200`

Success

- ListContactListsResponse
  - `ContactLists` ContactList[] — The available contact lists.
    - `ContactListName` string — The name of the contact list.
    - `LastUpdatedTimestamp` string, date-time — A timestamp noting the last time the contact list was updated.
  - `NextToken` string — A string token indicating that there might be additional contact lists available to be listed. Copy this token to a subsequent call to <code>ListContactLists</code> with the same parameters to retrieve the next page of contact lists.

## Other responses

- `480` — BadRequestException
- `481` — TooManyRequestsException

---

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