Skip to main content
GET
Get Note

Authorizations

Authorization
string
header
required

Org API key as Token token=ei_live_...

Path Parameters

note_id
string
required

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.

id
string
required
title
string | null
content_markdown
string | null
topic_id
string | null
scope
enum<string> | null
Available options:
shared,
personal
created_at
string | null
updated_at
string | null