List notes

org.intentschema.productivity.notes.note.list.v1

JSON: bare · @sha256:e1879983cf74…
Hash: sha256:e1879983cf743e73fbc2621778462717dfd38734ae1b1041021a2cde0b728684

List notes in a notes app, optionally filtered by folder, tag, or text.

Payload

FieldTypeDescription
target *Target
objectobject
object
FieldTypeDescription
querystring
filterobject
limitinteger (minimum 1; maximum 500; default 50)
cursorstring
filter
FieldTypeDescription
folderstring
tagstring
modified_afterstring (date-time)

Result

FieldTypeDescription
items *object[]
next_cursorstring
items[]
FieldTypeDescription
external_idstring
titlestring
snippetstring
tagsstring[]
urlstring (uri)
updated_atstring (date-time)

Examples

by tag

{
  "target": {
    "system": "notion"
  },
  "object": {
    "filter": {
      "tag": "standup"
    }
  }
}

Profiles