Read Note
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.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
UUID of the note to read. Use an ID returned by create/list/search. The caller must be able to access this note.
Response
OK
Compact metadata for PDF and image attachments embedded in this note.
Use attachment_id with GET /v2/note-attachments/{attachment_id}/download-url.
Audio Recording UUIDs currently associated with this note.
Collection UUIDs currently associated with this note.
Full markdown content stored for the note.
Creation timestamp for the note in ISO 8601 format.
UUID of the requested note.
Identifier for this API request. Useful for tracing and support.
Current note title.
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}.
Last modification timestamp for the note in ISO 8601 format.
Current note content document version.