---
title: "Gets a template corresponding to the given UID."
method: GET
path: "/templates/{templateUID}"
tags: ["templates"]
---

# Gets a template corresponding to the given UID.

`GET /templates/{templateUID}`

## Path parameters

- `templateUID` string, required

## Headers

- `Accept-Language` string

## Response `200`

OK

- Template
  - `description` string
  - `label` string
  - `visibility` 'VISIBLE' | 'HIDDEN' | 'EXPERT'
  - `uid` string
  - `tags` string[]

## Other responses

- `404` — Template corresponding to the given UID does not found.

---

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