---
title: "Retrieve a template"
method: GET
path: "/v1/templates/{id}"
tags: ["Templates"]
---

# Retrieve a template

`GET /v1/templates/{id}`

Returns information about the specified template.

---

#### See also  
Learn more about [Templates](./templates-guide)

## Path parameters

- `id` string, uuid, required

## Response `200`

**ℹ️ Click to see full payload**

- Template
  - `id` string, uuid, required
  - `name` string, required
  - `key` string, required
  - `description` string, nullable, required
  - `case_auto_approval` boolean, required
  - `created_at` string, date-time, required
  - `updated_at` string, date-time, required

## Other responses

- `400` — The request is either malformed or contain invalid parameters. - Make sure the identifier specified in the URL is a valid UUID
- `404` — No template can be found.

---

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