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

# GET /v2/domains

`GET /v2/domains`

Lists Amazon DataZone domains.

## Query parameters

- `status` 'CREATING' | 'AVAILABLE' | 'CREATION_FAILED' | 'DELETING' | 'DELETED' | 'DELETION_FAILED'
- `maxResults` integer
- `nextToken` string

## Response `200`

Success

- ListDomainsOutput
  - `items` DomainSummary[], required — The results of the <code>ListDomains</code> action.
    - `id` string, required — The ID of the Amazon DataZone domain.
    - `name` string, password, required — A name of an Amazon DataZone domain.
    - `description` string, password — A description of an Amazon DataZone domain.
    - `arn` string, required — The ARN of the Amazon DataZone domain.
    - `managedAccountId` string, required — The identifier of the Amazon Web Services account that manages the domain.
    - `status` 'CREATING' | 'AVAILABLE' | 'CREATION_FAILED' | 'DELETING' | 'DELETED' | 'DELETION_FAILED', required — The status of the Amazon DataZone domain.
    - `portalUrl` string — The data portal URL for the Amazon DataZone domain.
    - `createdAt` string, date-time, required — A timestamp of when a Amazon DataZone domain was created.
    - `lastUpdatedAt` string, date-time — A timestamp of when a Amazon DataZone domain was last updated.
    - `domainVersion` 'V1' | 'V2' — The domain version.
  - `nextToken` string — When the number of domains is greater than the default value for the <code>MaxResults</code> parameter, or if you explicitly specify a value for <code>MaxResults</code> that is less than the number of domains, the response includes a pagination token named <code>NextToken</code>. You can specify this <code>NextToken</code> value in a subsequent call to <code>ListDomains</code> to list the next set of domains.

## Other responses

- `480` — InternalServerException
- `481` — ResourceNotFoundException
- `482` — AccessDeniedException
- `483` — ThrottlingException
- `484` — ServiceQuotaExceededException
- `485` — ConflictException
- `486` — ValidationException
- `487` — UnauthorizedException

---

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