---
title: "Fetch Template details"
method: GET
path: "/v1/template/{template_slug}/"
---

# Fetch Template details

`GET /v1/template/{template_slug}/`

API to fetch content of a template group (active & draft versions) across all associated channels and languages.

## Path parameters

- `template_slug` string, required

## Response `200`

200

- object
  - `id` integer — internal template_id
  - `name` string — template name given by user
  - `slug` string — unique template slug generated from name
  - `description` string, nullable — template description given by user
  - `is_active` boolean — is true when atleast 1 template version is live for the channel
  - `default_language` object
    - `name` string
    - `slug` string
  - `created_at` string, date-time — template creation time
  - `updated_at` string, date-time — latest template modification time
  - `updated_by` object
    - `name` string — team member name who last updated the template
    - `email` string, email — team member email who last updated the template
  - `last_triggered_at` string, date-time — time when the workflow was last triggered
  - `is_auto_translate_enabled` boolean
  - `enabled_languages` string[]
  - `channels` object[] — array of all template enabled channels along with their language and active status
  - `tags` object[] — tags added in the template group
    - `id` string — unique tag identifier
    - `name` string — tag name

---

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