GET
notion_data_sources_retrieve.py
Requires
Read content.Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Get a data source’s column schema — the names, types and select options a write has to match. This returns the schema, not the rows; data_sources_query returns those.
from charter.packs import notion
result = await notion.data_sources_retrieve.ainvoke({"dataSourceId": ...})
Read content.| Field | Type | Description |
|---|---|---|
dataSourceId * | string | The ID of the data source. |
Was this page helpful?