get
Retrieve a complete item by its id, returning formatted JSON or an explicit error when the id is unknown, diverged, or cannot be parsed. Use lookup when the id is not known.
Instructions
Code lane: shows one item whole, by id. Use lookup instead when the id is not already known. Read-only. Reports a plain, honest error - never a blank reply that could look like success - when the id is unknown, when the item is DIVERGED (more than one current head; read history, then use resolve), or when its stored body will not parse. Replies with the item as formatted JSON, or the error text.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | The id to show. |