---
title: "Get Template"
method: GET
path: "/print-mail/v1/templates/{id}"
tags: ["Templates"]
---

# Get Template

`GET /print-mail/v1/templates/{id}`

Retrieve a template by ID.

## Path parameters

- `id` string, required

## Response `200`

the Template.

- Template
  - `id` string, required — A unique ID prefixed with template_
  - `description` string — An optional string describing this resource. Will be visible in the API and the dashboard.
  - `metadata` object — See the section on Metadata.
  - `live` boolean, required — `true` if this is a live mode resource else `false`.
  - `createdAt` string, date-time, required — The UTC time at which this resource was created.
  - `updatedAt` string, date-time, required — The UTC time at which this resource was last updated.

## Other responses

- `401` — the Template.
- `404` — the Template.
- `422` — the Template.
- `429` — the Template.
- `500` — the Template.

---

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