akb_get
Retrieve the full content and metadata of a document using its URI, with support for fetching previous versions by commit hash.
Instructions
Retrieve a document by its URI. Returns full content with metadata. Use akb_browse or akb_search first to obtain the URI. Optionally pass a commit hash (from akb_history) to read a previous version.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| uri | Yes | Document URI (akb://{vault}/doc/{path}) | |
| version | No | Git commit hash for a specific version (from akb_history) |