---
title: "List Templates"
method: GET
path: "/finalize/v2/templates"
tags: ["Finalize Templates"]
---

# List Templates

`GET /finalize/v2/templates`

## Query parameters

- `page` integer
- `per_page` integer
- `filter` array[]
  - string[]

## Response `200`

success

- object
  - `data` object[], required
    - `id` string, uuid, required — The UUID of the template record.
    - `name` string, required — The name of the template.
    - `description` string, required — The description of the template.
    - `kind` 'draft' | 'intake' | 'request_form', required — The kind of the template.
    - `created_at` string, date-time, required — The ISO 8601 datetime of when the template was created.
    - `updated_at` string, date-time, required — The ISO 8601 datetime of when the template was updated.
  - `total_count` integer, required — Total number of items returned
  - `_links` object, required
    - `next` object
      - `href` string — URL to the next page of items (null if none)
    - `prev` object
      - `href` string — URL to the previous page of items (null if none)

## Other responses

- `422` — unprocessable_entity

---

[API](https://skmtc.net/linksquares/apis/linksquares-api.md) · [All operations](https://skmtc.net/linksquares/apis/linksquares-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/linksquares/linksquares-api/versions/4d597e83cd78/schema)
