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. |