history
Trace an item's full life by ID: every declaration, revision, and retraction, oldest first, with sequence number, hash, and author. Read-only audit trail that still answers for retracted items.
Instructions
Code lane: walks one item's whole life by id, oldest first - every declare, revise and retraction, each with its sequence number, revision hash and author. Use get instead for only the current version. Read-only; nothing is ever deleted from the log, so this still answers for a retracted item - read it before you revise or retract again. Replies with one line per revision, or the plain 'no history for id X' for an unknown id (not an error).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | The id whose whole life to walk. |