v1
latestOpenAPI 3.1.02026-07-226875162.5 KBNote Summary
Get Note Summary
Retrieve a specific summary with full content.
- Default format: Markdown (text/markdown)
- Use the format query parameter to request text/plain instead
See Template Based Documents for more details.
get/v1/external/notes/{noteGuid}/summaries/{summaryId}
Path parameters
noteGuidstring required
Note GUID
summaryIdinteger required
Summary ID from list endpoint
Query parameters
format'text/markdown' | 'text/plain'
Content format
Response
Summary with full content
Example response
{
"id": 123,
"noteGuid": "note-abc123-def456",
"note": {
"guid": "note-abc123-def456",
"webUrl": "https://tiro.ooo/n/xQ8YKnZUPGHNB"
},
"template": {
"id": 1,
"title": "One-Pager"
},
"locale": "ko_KR",
"content": {
"type": "text/plain",
"content": "Hello everyone, welcome to today's meeting..."
},
"createdAt": "2025-12-12T12:00:00Z",
"updatedAt": "2025-12-12T12:05:00Z"
}