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

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

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

Lists all of the templates in a Cases domain. Each list item is a condensed summary object of the template.

Other template APIs are:

*   [CreateTemplate](https://docs.aws.amazon.com/connect/latest/APIReference/API_connect-cases_CreateTemplate.html)
    
*   [DeleteTemplate](https://docs.aws.amazon.com/connect/latest/APIReference/API_connect-cases_DeleteTemplate.html)
    
*   [GetTemplate](https://docs.aws.amazon.com/connect/latest/APIReference/API_connect-cases_GetTemplate.html)
    
*   [UpdateTemplate](https://docs.aws.amazon.com/connect/latest/APIReference/API_connect-cases_UpdateTemplate.html)

## Path parameters

- `domainId` string, required

## Query parameters

- `maxResults` integer
- `nextToken` string
- `status` TemplateStatus[]

## Response `200`

Success

- ListTemplatesResponse
  - `templates` TemplateSummary[], required — List of template summary objects.
    - `templateId` string, required — The unique identifier for the template.
    - `templateArn` string, required — The Amazon Resource Name (ARN) of the template.
    - `name` string, required — The template name.
    - `status` 'Active' | 'Inactive', required — The status of the template.
    - `tagPropagationConfigurations` TagPropagationConfiguration[] — Defines tag propagation configuration for resources created within a domain. Tags specified here will be automatically applied to resources being created for the specified resource type.
      - `resourceType` 'Cases', required — Supported resource types for tag propagation. Determines which resources will receive automatically propagated tags.
      - `tagMap` object, required — The tags that will be applied to the created resource.
  - `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)
