---
title: "List saved clause templates"
method: GET
path: "/contracts/templates"
tags: ["Contracts"]
---

# List saved clause templates

`GET /contracts/templates`

The shop's saved contract-clause templates — the reusable clause documents a contract body can be built from. Returns each template's name, clause count and timestamps; the clause bodies themselves are portal-only.

Cursor-paginated: pass the `next_cursor` from the previous response to get the next page. A null `next_cursor` means the last page. Single-shop only.

## Query parameters

- `cursor` string, nullable — Opaque cursor from `next_cursor`.
- `limit` integer — Templates per page (max 200).

## Response `200`

Successful Response

- PaginatedTemplates
  - `data` ContractTemplateOut[], required
    - `id` string, uuid, required
    - `name` string, required
    - `clause_count` integer, required
    - `created_at` string, date-time, required
    - `updated_at` string, date-time, required
  - `next_cursor` string, nullable

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.dev/reacherapp/apis/reacher-data-api.md) · [All operations](https://skmtc.dev/reacherapp/apis/reacher-data-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/reacherapp/reacher-data-api/revisions/5eefff009b5b/schema)
