---
title: "Get Note Templates"
method: GET
path: "/notes/templates"
tags: ["provider", "scribe", "note", "templates"]
---

# Get Note Templates

`GET /notes/templates`

## Headers

- `TENANT` string, required
- `API-KEY` string, required

## Response `200`

Successful Response

- NoteTemplateTableItem[]
  - `id` string, required
  - `name` string, required
  - `contentTemplate` string, nullable
  - `attachments` NoteTemplateAttachmentResponse[]
    - `id` string, required
    - `name` string, required
    - `gcsPath` string, nullable
    - `signedUrl` string, nullable
    - `createdDate` string, date-time, required
  - `createdDate` string, date-time, required

---

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