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

# GET /domain

`GET /domain`

Lists Domains for a given account.

## Query parameters

- `status` 'ACTIVE' | 'DELETING' | 'DELETED'
- `maxResults` integer
- `nextToken` string

## Response `200`

Success

- ListDomainsOutput
  - `domains` DomainSummary[], required — List of Domains.
    - `domainId` string, required — The unique identifier of the Domain.
    - `arn` string, required — <p/>
    - `name` string, required — <p/>
    - `status` 'ACTIVE' | 'DELETING' | 'DELETED', required — <p/>
    - `createdAt` string, date-time, required — The timestamp when the Domain was created.
  - `nextToken` string — Token for the next page of results.

---

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