---
title: "Get List of Templates"
method: GET
path: "/api/template/v1/published-template-metadata"
tags: ["Template"]
---

# Get List of Templates

`GET /api/template/v1/published-template-metadata`

Use this API to retrieve the details of all the published templates. The response includes basic template details such as the template name, template root version ID, and template type.

 > 🗒 Things to Know
 > 
 > - The following template types are available:
 > 
 > <details>
 > 
 > <summary><b>Template Types</b></summary>
 > 
 > CONTROL: Control templates created in IT & Security Risk Management
 > 
 > DISCLOSURE: Disclosure Management
 > 
 > ESG: ESG Program Reporting & Disclosures
 > 
 > EXCHANGE: Third-Party Risk Exchange
 > 
 > INCIDENT: Incident Management
 > 
 > ITRM: IT & Security Risk Management
 > 
 > PIA: PIA & DPIA Automation
 > 
 > VENDOR: Third-Party Risk Management
 > 
 > </details>
 > 
 > - If the template type is not specified in the API request body, all template types will be included in the response.

## Query parameters

- `template-types` string[]

## Response `200`

OK

- TemplateTemplateBasicDetailsDto[]
  - `name` string — The display name of the published template.
  - `rootVersionId` string, uuid — The root version identifier used for template management and operations.
  - `templateType` 'PIA' | 'VENDOR' | 'ITRM' | 'CONTROL' | 'ESG' | 'TPDD' | 'AIGOVERNANCE' — The classification type of the template indicating its purpose and module.

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `403` — Forbidden
- `429` — Too Many Requests. For more information, see [API Rate Limits](https://developer.onetrust.com/onetrust/reference/rate-limits-overview).
- `500` — Internal Server Error

---

[API](https://skmtc.net/onetrust/apis/platform-access-management.md) · [All operations](https://skmtc.net/onetrust/apis/platform-access-management/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/onetrust/platform-access-management/versions/21de3aa0b170/schema)
