---
title: "Get a template version"
method: GET
path: "/api/templates/{namespace}/{name}/{version}"
tags: ["templates"]
---

# Get a template version

`GET /api/templates/{namespace}/{name}/{version}`

## Path parameters

- `namespace` string, required
- `name` string, required
- `version` string, required

## Response `200`

The template version.

## Other responses

- `401` — Unauthenticated.
- `404` — Not found.

---

[API](https://skmtc.dev/orgo/apis/orgo-api.md) · [All operations](https://skmtc.dev/orgo/apis/orgo-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/orgo/orgo-api/revisions/843e98353880/schema)
