Tillbaka till Notion Views

Anslut Knoon AI med Notion Views (Notion) för att automatisera AI-flöden.

Retrieve paginated results from a cached Notion view query.
notionViewQueryResults
BETA
Intern
Behörigheter
Det finns inga objekt att visa.
Valfria behörigheter
Det finns inga objekt att visa.
Parametrar
NamnTypBeskrivningObligatoriskt
viewIdmustache Notion view ID.Ja
queryIdmustache View query ID.Ja
start_cursormustache Pagination cursor returned by a previous query results response.Nej
page_sizenumber Maximum number of results to return.Nej
Returer
NamnTypBeskrivning
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.