Notion Views に戻る
Notion Views (Notion) と Knoon AI を接続して AI ワークフローを自動化します。
Retrieve paginated results from a cached Notion view query.
notionViewQueryResults
ベータ
内部
権限
表示する項目がありません。
オプション権限
表示する項目がありません。
パラメータ
| 名前 | タイプ | 説明 | 必須 |
|---|---|---|---|
| viewId | mustache | Notion view ID. | はい |
| queryId | mustache | View query ID. | はい |
| start_cursor | mustache | Pagination cursor returned by a previous query results response. | いいえ |
| page_size | number | Maximum number of results to return. | いいえ |
返品
| 名前 | タイプ | 説明 |
|---|---|---|
| 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. |