API-retrieve-a-block
Retrieve specific content blocks from Notion using their unique identifier, enabling AI assistants to interact with and manage workspace data efficiently.
Instructions
Notion | Retrieve a block
Input Schema
Name | Required | Description | Default |
---|---|---|---|
block_id | Yes | Identifier for a Notion block |
Input Schema (JSON Schema)
{
"$defs": {},
"properties": {
"block_id": {
"description": "Identifier for a Notion block",
"type": "string"
}
},
"required": [
"block_id"
],
"type": "object"
}