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

# GET /templates

`GET /templates`

Lists all of the template information for object types.

## Query parameters

- `next-token` string
- `max-results` integer

## Response `200`

Success

- ListProfileObjectTypeTemplatesResponse
  - `Items` ListProfileObjectTypeTemplateItem[] — The list of ListProfileObjectType template instances.
    - `TemplateId` string — A unique identifier for the object template.
    - `SourceName` string — The name of the source of the object template.
    - `SourceObject` string — The source of the object template.
  - `NextToken` string — The pagination token from the previous ListObjectTypeTemplates API call.

## Other responses

- `480` — BadRequestException
- `481` — ResourceNotFoundException
- `482` — AccessDeniedException
- `483` — ThrottlingException
- `484` — InternalServerException

---

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