---
title: "POST /domains-list"
method: POST
path: "/domains-list"
---

# POST /domains-list

`POST /domains-list`

Lists all cases domains in the Amazon Web Services account. Each list item is a condensed summary object of the domain.

## Query parameters

- `maxResults` integer
- `nextToken` string

## Response `200`

Success

- ListDomainsResponse
  - `domains` DomainSummary[], required — The Cases domain.
    - `domainId` string, required — The unique identifier of the domain.
    - `domainArn` string, required — The Amazon Resource Name (ARN) of the domain.
    - `name` string, required — The name of the domain.
  - `nextToken` string — The token for the next set of results. This is null if there are no more results to return.

## Other responses

- `480` — InternalServerException
- `481` — ValidationException
- `482` — ThrottlingException
- `483` — AccessDeniedException

---

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