返回 Notion Views
將 Knoon AI 與 Notion Views (Notion) 連接以自動化 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. |