Fetch the full current state of a single note by ID.
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.
Collection UUIDs currently associated with this note.
Audio Recording UUIDs currently associated with this note.
Creation timestamp for the note in ISO 8601 format.
Last modification timestamp for the note in ISO 8601 format.