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

# List templates

`GET /templates`

Lists the firm's templates for the requested template type. Currently only checklist templates are supported.

## Query parameters

- `template_type` 'checklist_template', required

## Response `200`

successfully returns the firm's checklist templates and their task names.

- object
  - `data` object[]
    - `id` integer, required
    - `name` string, required
    - `task_names` string[], required

## Other responses

- `400` — template_type is missing or unsupported.

---

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