---
title: "Busca um template específico"
method: GET
path: "/v1/templates/{id}"
tags: ["templates"]
---

# Busca um template específico

`GET /v1/templates/{id}`

## Path parameters

- `id` string, uuid, required

## Response `200`

Template

- TemplateResponse
  - `id` string, uuid, required
  - `name` string, required
  - `formattedName` string, required
  - `category` string, required
  - `originalCategory` string, nullable
  - `language` string, required
  - `providerName` string, required
  - `providerTemplateId` string, required
  - `providerStatus` string, required
  - `rejectionReason` string, nullable
  - `bodyPreview` string, nullable
  - `structureJson` object, required
  - `usageGuide` object, nullable
  - `variablesSchema` object, nullable
  - `createdAt` string, date-time, required
  - `updatedAt` string, date-time, nullable

## Other responses

- `401` — Token ausente ou inválido
- `403` — Sem permissão (plano, escopo, status da conta)
- `404` — Recurso não encontrado

## Changes

- **2026-05-25** `4e426b85f784` — 6 breaking, 15 info
  - the response property `bodyPreview` became nullable for the status `200`
  - the response property `originalCategory` became nullable for the status `200`
  - the response property `rejectionReason` became nullable for the status `200`
  - the response property `updatedAt` became nullable for the status `200`
  - …17 more

[Change history](https://skmtc.dev/ararahq/apis/ararahq-api/changes/v1/templates/:id/get.md)

---

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