Fetch a single Note with full HTML body.
Note
Get a note
Reads the row via Note.by_uuid (tenant/ring scoped) and fetches
the HTML body from S3. Missing S3 objects degrade to the stored DB
excerpt rather than erroring.
GET
Fetch a single Note with full HTML body.
Authorizations
Path Parameters
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.