---
title: "Get format template"
method: GET
path: "/format/v1/templates/{id}"
tags: ["Format"]
---

# Get format template

`GET /format/v1/templates/{id}`

Retrieve a specific document format template by ID. Format templates define how documents should be structured and formatted for specific legal use cases such as contracts, briefs, or pleadings.

## Path parameters

- `id` string, required

## Response `200`

Format template retrieved successfully

- object
  - `id` string — Unique template identifier
  - `name` string — Template name
  - `description` string — Template description
  - `content` object — Template formatting rules and structure
  - `organizationId` string — Organization ID that owns the template
  - `createdAt` string, date-time — Template creation timestamp
  - `updatedAt` string, date-time — Template last modification timestamp

## Other responses

- `400` — Bad request - Template ID is required
- `401` — Unauthorized - Invalid API key
- `404` — Template not found

---

[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)
