Zurück zu Notion Views

Verbinde Knoon AI mit Notion Views (Notion), um KI-Workflows zu automatisieren.

Retrieve paginated results from a cached Notion view query.
notionViewQueryResults
Beta
Intern
Berechtigungen
Es gibt keine Elemente zum Anzeigen.
Optionale Berechtigungen
Es gibt keine Elemente zum Anzeigen.
Parameter
NameTypBeschreibungErforderlich
viewIdmustache Notion view ID.Ja
queryIdmustache View query ID.Ja
start_cursormustache Pagination cursor returned by a previous query results response.Nein
page_sizenumber Maximum number of results to return.Nein
Rückgaben
NameTypBeschreibung
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.