# Retrieve a Document Template

**GET** `/templates/{templateId}/`

Retrieve a Document Template

## Request

### Parameters

- `templateId` (path, required, string): The ID that uniquely identifies the Template

### Responses

- `200`: A Document Templates
  - Content types: `application/json`
- `404`: Not found response
  - Content types: `application/json`
