---
title: "Get template details"
method: GET
path: "/api/vps/v1/templates/{templateId}"
tags: ["VPS: OS Templates"]
---

# Get template details

`GET /api/vps/v1/templates/{templateId}`

Retrieve detailed information about a specific OS template for virtual machines.

Use this endpoint to view specific template specifications before deployment.

## Path parameters

- `templateId` integer, required

## Response `200`

Success response

- VPSV1TemplateTemplateResource
  - `id` integer — Template ID
  - `name` string — Template name
  - `description` string — Template description
  - `documentation` string, nullable — Link to official OS documentation

## Other responses

- `401` — Unauthenticated response
- `500` — Error response

---

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