Notion Search
notion_searchSearch your Notion workspace by keyword. Returns matching page/database titles, IDs, and types to locate content quickly.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| query | No | Search query text | |
| filter | No | Filter by object type: "page" or "database" (optional) | |
| page_size | No | Number of results to return (default 10, max 100) | |
| start_cursor | No | Pagination cursor for next page of results |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| object | No | Always 'list' | |
| results | No | Array of matching pages and databases | |
| has_more | No | Whether more results exist | |
| next_cursor | No | Pagination cursor for next page |