---
title: "List Note Document Templates"
method: GET
path: "/v1/external/note-document-templates"
tags: ["Note Document Template"]
---

# List Note Document Templates

`GET /v1/external/note-document-templates`

Retrieve all available note document templates.

See [Template Based Documents](/template-based-documents/summary-and-document) for more details.

## Response `200`

List of note document templates

- NoteDocumentTemplateListResponse — Response containing list of note document templates
  - `content` NoteDocumentTemplate[], required — Array of document templates
    - `id` integer, required — Template ID
    - `title` string, required — Template title
    - `description` string, required — Template description
    - `sections` NoteDocumentTemplateSection[], required — Template sections
      - `id` integer, required — Section ID
      - `title` string, required — Section title
      - `sectionType` 'PLAIN_TEXT' | 'ACTION_ITEMS' | 'INFORMATIONAL_QNA' | 'EXAMPLE', required — Type of document template section
      - `userInstruction` string, required — User-provided instruction for this section
    - `favorite` boolean, required — Whether the template is favorited by the user
    - `isManaged` boolean, required — Whether the template is managed by the system
    - `isEditable` boolean, required — Whether the template is editable
    - `createdAt` string, date-time, required — Template creation timestamp
    - `lastUsedAt` string, date-time, nullable — Timestamp when the template was last used. Null if never used.

## Other responses

- `401` — Unauthorized

---

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