---
title: "Get template details."
method: GET
path: "/api/templates/{name}"
tags: ["Templates"]
---

# Get template details.

`GET /api/templates/{name}`

## Path parameters

- `name` string, required

## Response `200`

Template returned.

- TemplateDetailsDto
  - `_links` object, required — The links.
  - `details` string, required — The details of the template.

## Other responses

- `404` — Template not found.
- `500` — Operation failed.

---

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