API-retrieve-a-database
Fetch data from a Notion database using its unique identifier, enabling AI assistants to access and manage workspace content through natural language commands.
Instructions
Notion | Retrieve a database
Input Schema
Name | Required | Description | Default |
---|---|---|---|
database_id | Yes | An identifier for the Notion database. |
Input Schema (JSON Schema)
{
"$defs": {},
"properties": {
"database_id": {
"description": "An identifier for the Notion database.",
"type": "string"
}
},
"required": [
"database_id"
],
"type": "object"
}