Read note

org.intentschema.productivity.notes.note.read.v1

JSON: bare · @sha256:1854d137e1c1…
Hash: sha256:1854d137e1c12a319ae4c4acc73cb5684580fc0e55fb15d5178d5014c33a2727

Read a single note by id, including body.

Payload

FieldTypeDescription
target *Target (required: external_id)

Result

FieldTypeDescription
external_id *string
objectobject
urlstring (uri)
updated_atstring (date-time)
object
FieldTypeDescription
titlestring
bodystringNote body — Markdown by convention.
tagsstring[]
folderstringOptional folder/parent path or container id.

Examples

fetch by id

{
  "target": {
    "system": "notion",
    "external_id": "page_abc"
  }
}

Profiles