> ## Documentation Index
> Fetch the complete documentation index at: https://docs.syntr.co/llms.txt
> Use this file to discover all available pages before exploring further.

# Fetch Single Template

> Retrieve full details for a specific design asset, including its HTML content, default subject line, and latest modification timestamp.

<ParamField path="id" type="string" required>
  The ID of the id.
</ParamField>

<ResponseExample>
  ```json Response theme={null}
  {
    "success": true,
    "data": {
      "id": "8c7d-bcde-1122",
      "name": "Welcome Email v2",
      "subject": "Welcome to Syntr!",
      "content": "<html>...</html>",
      "createdAt": "2024-03-18T10:00:00Z"
    }
  }
  ```
</ResponseExample>
