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

# Retrieve a template

`GET /templates/{id}`

Retrieve a specific template based on its ID.

## Path parameters

- `id` integer, required

## Response `200`

The template attributes

- TemplateDetail
  - `id` integer
  - `title` string
  - `bodyHtml` string
  - `bodyText` string
  - `createdOn` string
  - `updatedOn` string

## Other responses

- `401` — Unauthorized
- `404` — Template not found

---

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