GET
notion_databases_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 database and the data sources it contains. The columns are not here — a database is a container. Follow a returned data source ID to data_sources_retrieve for the schema, or data_sources_query for rows.
from charter.packs import notion
result = await notion.databases_retrieve.ainvoke({"databaseId": ...})
Read content.| Field | Type | Description |
|---|---|---|
databaseId * | string | The ID of the database. |
Was this page helpful?