---
title: "List templates"
method: GET
path: "/templates"
tags: ["Templates"]
deprecated: true
---

# List templates

`GET /templates`

> **Deprecated.**

This API version is deprecated and will be removed in future releases. We recommend you to use the V2 version of this API, which is available at `/rest/assessments/v2`.
Returns a list of all available templates. The templates are sorted by `name` in alphabetical order.

## Query parameters

- `name` string
- `status` string
- `assetTypeId` string, uuid
- `latestVersionOnly` boolean
- `limit` integer
- `cursor` string

## Response `200`

Example of a response for listing templates.

- PagedTemplates — A page object containing templates.
  - `nextCursor` string — The cursor pointing to the next page. If the cursor is missing, there are no additional pages of resources available after the current one.
  - `results` Template[], required
    - `id` string, uuid, required — The ID of the template.
    - `name` string, required — The name of the template.
    - `version` integer, required — The version of the template.
    - `status` string, required — The status of the template.
    - `assetType` AssetType — The object for an asset type in Collibra.
      - `id` string, uuid, required — The ID of the Collibra asset type.
    - `notification` boolean — Flag to indicate if notifications are on or off for the template.
    - `retakePermission` string — The retake permission is set on a template and dictates who can retake assessments of that template. Possible values are: * `All` : anyone with view access to the assessment can retake it. * `Owner` : only the owner of the assessment can retake it. * `OwnerAndAssignees` : only the owner and assignees of the assessment can retake it.

## Other responses

- `400` — The request is not valid.
- `401` — The client is not authenticated.
- `403` — The user lacks permissions.
- `500` — There was an error processing the request.

---

[API](https://skmtc.net/collibra/apis/collibra-data-governance-center-core-api.md) · [All operations](https://skmtc.net/collibra/apis/collibra-data-governance-center-core-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/collibra/collibra-data-governance-center-core-api/revisions/6d091bc86a33/schema)
