---
title: "Get template"
method: GET
path: "/templates/{template_id}"
tags: ["Templates"]
---

# Get template

`GET /templates/{template_id}`

Retrieve a specific template by its ID.

## Path parameters

- `template_id` integer, required

## Response `200`

OK

- object
  - `id` integer
  - `folder` integer
  - `name` string
  - `html` string
  - `campaign_id` integer
  - `created_at` string
  - `updated_at` string

---

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