---
title: "Retrieve Template Details (V3)"
method: GET
path: "/v3/template/{template_id}"
tags: ["Templates"]
---

# Retrieve Template Details (V3)

`GET /v3/template/{template_id}`

Retrieves template details by ID, including variables available for replacement and scene mappings for the New AI Studio.

## Path parameters

- `template_id` string, required

## Response `200`

Template details retrieved successfully.

- object
  - `error` string, nullable
  - `data` object
    - `version` string
    - `variables` object
    - `scenes` object[], nullable
      - `id` string
      - `script` string
      - `variables` object[]
        - `name` string
        - `type` string

---

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