---
title: "Get a Template in Tenant"
method: GET
path: "/tenants/{tenant_id}/templates/{template_id}"
tags: ["Tenant Templates"]
---

# Get a Template in Tenant

`GET /tenants/{tenant_id}/templates/{template_id}`

Returns a tenant's notification template with its content, version, and created, updated, and published timestamps.

## Path parameters

- `tenant_id` string, required
- `template_id` string, required

## Response `200`

- GetTemplateByTenantResponse
  - `id` string, required — The template's id
  - `created_at` string, required — The timestamp at which the template was created
  - `updated_at` string, required — The timestamp at which the template was last updated
  - `published_at` string, required — The timestamp at which the template was published
  - `version` string, required — The version of the template

## Other responses

- `400`

---

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