---
title: "Get Default Template"
method: GET
path: "/v1/templates/default"
tags: ["templates"]
---

# Get Default Template

`GET /v1/templates/default`

The product-wide default template — a SYSTEM template chosen by admins.

Selection is system-only by design: Roxels admins star a template on
/dashboard/admin/system-templates, which writes the SYSTEM org's
organizations.default_template_id. Every org resolves the same default.
Integrations that run a conversation without naming a template (e.g. the
run-roxels dev skill) call this endpoint. The stored id is the lineage
root — the active version is resolved at read time.

NOTE: registered before GET /{template_id} so "default" isn't captured
as a template id.

## Response `200`

Successful Response

- unknown

---

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