Get Note
Retrieve a single note by its GUID
인증
API key in format {id}.{secret}.
The notes an endpoint returns depend on the key type. A user key reaches the notes that user can see in the app, including notes in their own private folders. A system key (workspace or organization, no user identity) reaches only notes that sit in a folder shared with all workspace members. Notes in a private folder, in a folder shared with only some members, or in no folder at all fall outside a system key's read scope, and scopes do not widen that boundary.
List and search endpoints drop out-of-scope notes from the response without an
error. Single-note reads and their sub-resources return 404, the same response
as a deleted note. See What notes a system key reads.
경로 매개변수
Note GUID
응답
Note details
The top-level container for a single recording session. A Note holds its transcribed content as Paragraphs, and can be summarized into NoteSummary or rendered into a NoteDocument. See Data Model for the full structure.
Unique identifier for the note
"note-guid-123"
Note title
"Meeting notes"
ISO-8601 creation timestamp
"2025-07-20T10:00:00Z"
ISO-8601 last update timestamp
"2025-07-20T11:10:00Z"
Source type of the note:
live-voice: Real-time voice recordingrecording: Uploaded audio filetext: Text-only notevideo: Video recordingwebpage: Web page contentoffline-mode: Offline recordingonboarding: Onboarding sample note
onboarding, text, live-voice, recording, offline-mode, webpage, video "live-voice"
Actual recording length in seconds. Returns 0 for non-recording source types.
3600
Web URL to access the note
"https://tiro.ooo/n/123"
Array of collaborators with their roles
Array of meeting participants tagged in the note
GUID of the workspace this note belongs to. null for notes not associated with a workspace.
"ws_a1b2c3d4"
Actual recording start timestamp. Null for non-recording source types.
"2025-07-20T10:00:10Z"
Actual recording end timestamp. Null for non-recording source types.
"2025-07-20T11:00:10Z"
Language locale used for transcription. Null for non-recording source types.
"en_US"
Language locale used for translation. Null when no translation was requested.
"ko_KR"
Highlight snippets for the keyword that matched this
note. Present only on responses to the deep-search endpoints
(POST /v1/external/workspaces/{workspaceGuid}/notes/search or the
deprecated POST /v1/external/notes/search); absent (null) on
plain list responses.
Note's primary documents (one-pager / custom). Present only on
responses to the deep-search endpoints
(POST /v1/external/workspaces/{workspaceGuid}/notes/search or the
deprecated POST /v1/external/notes/search); absent (null) on
plain list responses. Each item's truncated flag indicates
whether the deep-search budget was exceeded.