v3
latestOpenAPI 3.0.0private2026-07-31264964.3 KBReturn a note
Return a note by id
get/notes/{noteId}
Path parameters
noteIdstring required
Note id to return
Query parameters
format'md' | 'html' | 'sliteml'
Format of the content to return (Markdown, Html, or SliteML)
css'inline' | 'none'
For html export: inline embeds the full Slite stylesheet (self-contained, larger payload); none omits it so the consumer supplies its own CSS (much smaller payload).
For html format only: whether to inline the Slite stylesheet (inline, default) or omit it so you supply your own CSS (none, much smaller payload). Ignored for other formats.
compactboolean
For sliteml format only: when true, returns the compact serialization (standard markdown for common blocks, XML only for rich Slite blocks) instead of the verbose full-tag XML. Smaller payload, recommended for new integrations, and accepted as-is by the write endpoints. Ignored for other formats.
Response
Ok