---
title: "List format templates"
method: GET
path: "/format/v1/templates"
tags: ["Format"]
---

# List format templates

`GET /format/v1/templates`

Retrieve all format templates for the organization. Templates define reusable document formatting patterns with customizable variables for consistent legal document generation.

Filter by type to get specific template categories like contracts, pleadings, or correspondence.

## Query parameters

- `type` string

## Response `200`

List of format templates

- object
  - `templates` object[]
    - `id` string — Unique template identifier
    - `name` string — Template name
    - `description` string — Template description
    - `type` string — Template type/category
    - `variables` unknown[] — Template variables for customization
      - unknown
    - `tags` unknown[] — Template tags for organization
      - unknown
    - `usageCount` integer — Number of times template has been used
    - `createdAt` string, date-time — Template creation timestamp

## Other responses

- `400` — Invalid query parameters
- `401` — Invalid API key or authentication required

---

[API](https://skmtc.net/casemark/apis/case-dev-api.md) · [All operations](https://skmtc.net/casemark/apis/case-dev-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/casemark/case-dev-api/revisions/5b7e64e6d6f9/schema)
