---
title: "List Consent Templates"
method: GET
path: "/consentTemplates"
tags: ["Consent Templates"]
---

# List Consent Templates

`GET /consentTemplates`

List consent templates

## Query parameters

- `size` integer
- `cursor` string

## Response `200`

OK

- ConsentTemplateListResponse
  - `code` 'OK' | 'CREATED' | 'INVALID_CREDENTIALS' | 'INVALID_PARAMETERS' | 'INVALID_TOKEN' | 'UNAUTHORIZED_ACCESS' | 'MISSING_RESOURCE' | 'REQUEST_LIMIT_EXCEEDED' | 'SERVER_ERROR' | 'UNSUPPORTED_METHOD' | 'SERVER_UNAVAILABLE' | 'TIME_LIMIT_EXCEEDED' — Request status code
  - `message` string — Message response to the request
  - `requestId` string — Unique ID that is added to the body of every response for easy traceability of the request in our logs.
  - `data` ConsentTemplateListResponseData
    - `nextCursor` string — The next cursor value that can be used in the following query.
    - `items` ConsentTemplate[]
      - `id` string — Unique id for this consent template
      - `createdAt` string, date-time
      - `consentType` string
      - `title` string
      - `version` string
      - `consentMethod` string
      - `consentText` string

## Changes

> 51 revisions in range; 2 could not be searched.

- **2026-07-15** (v1) `3bcbeecafbab` — 10 info
  - removed the non-success response with the status `400`
  - removed the non-success response with the status `401`
  - removed the non-success response with the status `403`
  - removed the non-success response with the status `404`
  - …6 more
- **2024-08-05** (v1) `5cff755a0d41` — 1 info
  - added the optional property `data/items/items/title` to the response with the `200` status

[Change history](https://skmtc.dev/smileapi/apis/smile-api/changes/consentTemplates/get.md)

---

[API](https://skmtc.dev/smileapi/apis/smile-api.md) · [All operations](https://skmtc.dev/smileapi/apis/smile-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/smileapi/smile-api/revisions/a4930eb49f4d/schema)
