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
| Field | Type | Description |
target * | Target | |
object | object | |
object
| Field | Type | Description |
query | string | |
filter | object | |
limit | integer (minimum 1; maximum 500; default 50) | |
cursor | string | |
filter
| Field | Type | Description |
folder | string | |
tag | string | |
modified_after | string (date-time) | |
Result
| Field | Type | Description |
items * | object[] | |
next_cursor | string | |
items[]
| Field | Type | Description |
external_id | string | |
title | string | |
snippet | string | |
tags | string[] | |
url | string (uri) | |
updated_at | string (date-time) | |
Examples
by tag
{
"target": {
"system": "notion"
},
"object": {
"filter": {
"tag": "standup"
}
}
}
Profiles