Retour à Notion Views
Connecter Knoon AI avec Notion Views (Notion) pour automatiser les flux de travail AI.
Retrieve paginated results from a cached Notion view query.
notionViewQueryResults
Bêta
Interne
Autorisations
Il n'y a aucun élément à afficher.
Autorisations optionnelles
Il n'y a aucun élément à afficher.
Paramètres
| Nom | Type | Description | Requis |
|---|---|---|---|
| viewId | mustache | Notion view ID. | Oui |
| queryId | mustache | View query ID. | Oui |
| start_cursor | mustache | Pagination cursor returned by a previous query results response. | Non |
| page_size | number | Maximum number of results to return. | Non |
Retours
| Nom | Type | Description |
|---|---|---|
| object | string | Response object type. |
| type | string | List type discriminator when returned by Notion. |
| view_result | map | Type-specific list metadata for view_result. |
| next_cursor | string | Cursor for the next page of results. |
| has_more | boolean | Whether more results are available. |
| results.object | string | Result object type. |
| results.id | string | Result object ID. |
| results.url | string | Result object URL when available. |