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

# Get System Template

`GET /v1/admin/system-templates/{template_id}`

Fetch a single system-org template + inheritance metadata (admin-only).

The response includes:
  - parent_template_id, parent_template_name (when this is a child)
  - child_count (when this is a parent)
  - inherited_fields — list of field paths the UI should render read-only
    with an "Inherited" pill (e.g. "goals", "settings.system_instructions")

## Path parameters

- `template_id` string, required

## Response `200`

Successful Response

- unknown

## 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)
