Back to Notion Views
Connect Knoon AI with Notion Views (Notion) to automate AI workflows.
Create a cached query for a Notion view.
notionViewQueryCreate
BETA
Internal
Permissions
There are no items to display.
Optional permissions
There are no items to display.
Parameters
| Name | Type | Description | Required |
|---|---|---|---|
| viewId | mustache | Notion view ID. | Yes |
| filter | mustache | Filter object for the cached query. Provide valid JSON object. | No |
| sorts | mustache | Array of sort objects for the cached query. Provide valid JSON array. | No |
| start_cursor | mustache | Pagination cursor to start the cached query from. | No |
| page_size | number | Maximum number of results for the cached query. | No |
Returns
| Name | Type | Description |
|---|---|---|
| object | string | Object type. |
| id | string | Cached query ID. |