Fetch the full current state of a single note by ID.
If the note is in trash, the response still returns the note and includes trashed_at.
For discovery flows, use GET /v2/notes or POST /v2/notes/search.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
UUID of the note to read. Use an ID returned by create/list/search. The caller must be able to access this note.
OK
Identifier for this API request. Useful for tracing and support.
UUID of the requested note.
Current note title.
Full markdown content stored for the note.
Current note content document version.
Collection UUIDs currently associated with this note.
Audio Recording UUIDs currently associated with this note.
Timestamp for when the note was moved to trash, or null when the note is active.
Trashed notes are still returned by GET /v2/notes/{note_id}.
Creation timestamp for the note in ISO 8601 format.
Last modification timestamp for the note in ISO 8601 format.