Voltar para Notion Views
Conectar Knoon AI com Notion Views (Notion) para automatizar fluxos de trabalho de AI.
Retrieve paginated results from a cached Notion view query.
notionViewQueryResults
Beta
Interno
Permissões
Não há itens para exibir.
Permissões opcionais
Não há itens para exibir.
Parâmetros
| Nome | Tipo | Descrição | Obrigatório |
|---|---|---|---|
| viewId | mustache | Notion view ID. | Sim |
| queryId | mustache | View query ID. | Sim |
| start_cursor | mustache | Pagination cursor returned by a previous query results response. | Não |
| page_size | number | Maximum number of results to return. | Não |
Devoluções
| Nome | Tipo | Descrição |
|---|---|---|
| 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. |