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

# Get Template

`GET /v1/templates/{template_id}`

Get a template by ID. Admins can access any template.

Includes inheritance metadata so the UI can render Inherited pills +
parent link + child-count banner. Non-inheriting templates get
inheritance.child_count = 0 and parent_template_id = None.

## Path parameters

- `template_id` string, required

## Response `200`

Successful Response

- TemplateOut
  - `id` string, uuid, required
  - `name` string, required
  - `description` string, required
  - `goals` object[], required
  - `settings` object, required
  - `session_brief` string
  - `tldr` string
  - `status` string, required
  - `is_default` boolean
  - `phases_enabled` boolean
  - `phases` object[]
  - `intro_instructions` string
  - `outro_instructions` string
  - `default_use` string
  - `created_at` string, date-time, required
  - `updated_at` string, date-time, required
  - `warnings` object[]
  - `parent_template_id` string, uuid, nullable
  - `inheritance` object, nullable
  - `created_by` string, uuid, nullable
  - `creator_name` string, nullable
  - `creator_email` string, nullable
  - `speaker_model` string, nullable
  - `advisor_model` string, nullable
  - `turn_detector_backend` string, nullable
  - `archetype_id` string, uuid, nullable
  - `conversation_count` integer

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.dev/roxels/apis/interviewer.md) · [All operations](https://skmtc.dev/roxels/apis/interviewer/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/roxels/interviewer/revisions/4ef48ed226e1/schema)
