---
title: "GET /domains"
method: GET
path: "/domains"
---

# GET /domains

`GET /domains`

Returns a list of all the domains for an AWS account that have been created.

## Query parameters

- `next-token` string
- `max-results` integer

## Response `200`

Success

- ListDomainsResponse
  - `Items` ListDomainItem[] — The list of ListDomains instances.
    - `DomainName` string, required — The unique name of the domain.
    - `CreatedAt` string, date-time, required — The timestamp of when the domain was created.
    - `LastUpdatedAt` string, date-time, required — The timestamp of when the domain was most recently edited.
    - `Tags` object — The tags used to organize, track, or control access for this resource.
  - `NextToken` string — The pagination token from the previous ListDomains API call.

## Other responses

- `480` — BadRequestException
- `481` — ResourceNotFoundException
- `482` — AccessDeniedException
- `483` — ThrottlingException
- `484` — InternalServerException

---

[API](https://skmtc.net/aws/apis/customer-profiles.md) · [All operations](https://skmtc.net/aws/apis/customer-profiles/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/aws/customer-profiles/revisions/471944106c88/schema)
