Back to Notion Views

Connect Knoon AI with Notion Views (Notion) to automate AI workflows.

Retrieve paginated results from a cached Notion view query.
notionViewQueryResults
BETA
Internal
Permissions
There are no items to display.
Optional permissions
There are no items to display.
Parameters
NameTypeDescriptionRequired
viewIdmustache Notion view ID.Yes
queryIdmustache View query ID.Yes
start_cursormustache Pagination cursor returned by a previous query results response.No
page_sizenumber Maximum number of results to return.No
Returns
NameTypeDescription
objectstring Response object type.
typestring List type discriminator when returned by Notion.
view_resultmap Type-specific list metadata for view_result.
next_cursorstring Cursor for the next page of results.
has_moreboolean Whether more results are available.
results.objectstring Result object type.
results.idstring Result object ID.
results.urlstring Result object URL when available.