Search
Searches all original pages, databases, and child pages/databases that are shared with the integration. It will not return linked databases, since these duplicate their source databases.
External Documentation
To learn more, visit the Notion documentation.
Parameters
Parameter | Description |
---|---|
Filter Object Type | The value of the property to filter the results by. Possible values for object type include page or database . |
Query | When supplied, limits which pages are returned by comparing the query to the page title and showing only results containing the query. |
Sort Direction | The direction to sort by the last time the object was edited. |
Example Output
{
"object": "list",
"results": [
{
"object": "page",
"id": "07413d4e-18da-4e53-974e-7d038976d925",
"created_time": "2022-12-29T15:27:00.000Z",
"last_edited_time": "2022-12-29T15:27:00.000Z",
"created_by": {
"object": "user",
"id": "f9978b1f-1c2b-4e34-ac3b-334c07e8173e"
},
"last_edited_by": {
"object": "user",
"id": "f9978b1f-1c2b-4e34-ac3b-334c07e8173e"
},
"cover": null,
"icon": null,
"parent": {
"type": "database_id",
"database_id": "619b525e-b857-4c59-98db-17b38626fc5e"
},
"archived": false,
"properties": {
"user": {
"id": "xe1%3F",
"type": "rich_text",
"rich_text": [
{
"type": "text",
"text": {
"content": "A dark green leafy vegetable",
"link": null
},
"annotations": {
"bold": false,
"italic": false,
"strikethrough": false,
"underline": false,
"code": false,
"color": "default"
},
"plain_text": "A dark green leafy vegetable",
"href": null
}
]
},
"status": {
"id": "ymgk",
"type": "rich_text",
"rich_text": [
{
"type": "text",
"text": {
"content": "A dark green leafy vegetable",
"link": null
},
"annotations": {
"bold": false,
"italic": false,
"strikethrough": false,
"underline": false,
"code": false,
"color": "default"
},
"plain_text": "A dark green leafy vegetable",
"href": null
}
]
},
"channel name": {
"id": "title",
"type": "title",
"title": [
{
"type": "text",
"text": {
"content": "Tuscan Kale",
"link": null
},
"annotations": {
"bold": false,
"italic": false,
"strikethrough": false,
"underline": false,
"code": false,
"color": "default"
},
"plain_text": "Tuscan Kale",
"href": null
}
]
}
},
"url": "https://www.notion.so/Tuscan-Kale-07413d4e18da4e53974e7d038976d925"
}
],
"next_cursor": null,
"has_more": false,
"type": "page_or_database",
"page_or_database": {}
}
Workflow Library Example
Search with Notion and Send Results Via Email
Preview this Workflow on desktop