Skip to main content
GET
Fetch a single Note with full HTML body.

Authorizations

x-api-key
string
header
required

Path Parameters

note_uuid
string
required

Response

200 - application/json

Note read response.

content holds the HTML body when requested (fetched from S3); excerpt is the plain-text excerpt stored on the note row itself, always cheap and safe to include.

uuid
string
required
associations
NoteAssociationSummary · object[] | null
content
string | null
created_at
number | null
date
number | null
excerpt
string | null
mentions
Mentions · object[] | null
owner_user_uuid
string | null
subject
string | null
updated_at
number | null