العودة إلى Notion Views
اتصل بـ Knoon AI مع Notion Views (Notion) لأتمتة تدفقات عمل الذكاء الاصطناعي.
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. |