---
title: "List Note Documents"
method: GET
path: "/v1/external/notes/{noteGuid}/documents"
tags: ["Note Document"]
---

# List Note Documents

`GET /v1/external/notes/{noteGuid}/documents`

List all documents generated for a specific note.

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

## Path parameters

- `noteGuid` string, required

## Query parameters

- `templateId` integer

## Response `200`

List of documents

- NoteDocumentListResponse — Response containing list of note documents
  - `content` NoteDocumentListItem[], required — Array of document summaries
    - `id` integer, required — Document ID
    - `template` NoteDocumentTemplateSummary, required — Summary information of a note document template
      - `id` integer, required — Template ID
      - `title` string, required — Template title
    - `locale` 'ko_KR' | 'en_US' | 'de_DE' | 'ja_JP' | 'es_ES' | 'fr_FR' | 'id_ID' | 'vi_VN' | 'tr_TR' | 'uk_UA' | 'ru_RU' | 'hi_IN' | 'it_IT' | 'zh_CN' | 'ms_MY' | 'th_TH' | 'sv_SE', required — Supported language locale
    - `createdAt` string, date-time, required — Document creation timestamp
    - `updatedAt` string, date-time, required — Document last update timestamp
  - `totalSize` integer — Total number of documents

## Other responses

- `401` — Unauthorized
- `404` — Note not found

---

[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)
