Back to Notion Data Sources
Connect Knoon AI with Notion Data Sources (Notion) to automate AI workflows.
List templates for a Notion data source.
notionDataSourceTemplatesList
BETA
Internal
Permissions
There are no items to display.
Optional permissions
There are no items to display.
Parameters
| Name | Type | Description | Required |
|---|---|---|---|
| dataSourceId | file | Notion data source ID. | Yes |
| start_cursor | mustache | Pagination cursor returned by a previous template list response. | No |
| page_size | number | Maximum number of templates to return. | No |
Returns
| Name | Type | Description |
|---|---|---|
| object | string | Response object type. |
| type | string | List type discriminator when returned by Notion. |
| template | map | Type-specific list metadata for template. |
| next_cursor | string | Cursor for the next page of results. |
| has_more | boolean | Whether more results are available. |
| results.object | string | Object type. |
| results.id | string | Template ID. |
| results.name | string | Template name. |