---
title: "POST /domains/{domainId}/layouts-list"
method: POST
path: "/domains/{domainId}/layouts-list"
---

# POST /domains/{domainId}/layouts-list

`POST /domains/{domainId}/layouts-list`

Lists all layouts in the given cases domain. Each list item is a condensed summary object of the layout.

## Path parameters

- `domainId` string, required

## Query parameters

- `maxResults` integer
- `nextToken` string

## Response `200`

Success

- ListLayoutsResponse
  - `layouts` LayoutSummary[], required — The layouts for the domain.
    - `layoutId` string, required — The unique identifier for of the layout.
    - `layoutArn` string, required — The Amazon Resource Name (ARN) of the layout.
    - `name` string, required — The name of the layout.
  - `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` — ResourceNotFoundException
- `482` — ValidationException
- `483` — ThrottlingException
- `484` — 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)
