notes-history
Read a note's revision history and provenance: who wrote each version (you, the user, or which AI client), when, and what changed. Use it to attribute facts to their source and to see recent edits before making your own. Read-only. Required: id (integer). Optional: limit (default 20, max 100), before_seq (paginate to older revisions), include_body (boolean — reconstruct each version's full text), seq (integer — return only that revision, with its full reconstructed body).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Note ID (required) | |
| seq | No | Return only this revision, including its reconstructed body | |
| limit | No | Max revisions, newest first (default 20, max 100) | |
| before_seq | No | Return revisions older than this seq (pagination) | |
| include_body | No | Reconstruct and include each revision's full body (default false) |