notes_get
Retrieve note details including content, metadata, creator, timestamps, and associated entities by providing the note ID.
Instructions
Get detailed information about a specific note.
Returns note content and metadata including creator, timestamps, and associated entities.
Workflow tips:
Returns full note content (may include HTML)
Shows all entities the note is attached to
Includes creator and last editor information
Shows pinned status for each entity type
Useful for retrieving note before updating
Common use cases:
Get note details: { "id": 123 }
Verify note content before editing
Check which entities note is attached to
View note creator and timestamps
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | ID of the note to retrieve |