Get Note
Fetch a single note, including content_markdown — the full body as a markdown
document.
404 if it does not exist or this key may not read it (never 403, so cross-user existence does not leak).
Authorizations
Org API key as Token token=ei_live_...
Path Parameters
Note UUID
Response
Successful Response
A topic note. content_markdown is the note's full body as a markdown document
(see api.notes_codec) — it is populated on GET /v1/notes/{id} and is null in
list responses, which carry metadata only.
scope is derived: 'shared' for the published global corpus, 'personal' for a
note owned by the API key's creator. The physical note_type vocabulary and the
structured_content JSONB shape are deliberately not exposed.