get_decision()
KeyThe L2 drill-down for one decision: question, pinned as_of and context pack, recommendation, frozen expectation, approval trail, outcome and variance if recorded.
get_decision(decision_id)→ DECISION CARDCallable over MCP as get_decision(decision_id). REST mirror GET /v1/decisions Planned — alpha is MCP-only
The full card for one decision — pinned context, recommendation, frozen expectation, approvals, outcome. What an agent reads before citing a prior decision as precedent, and what a human reads in a post-mortem.
Over MCP, your agent invokes it on its own when the moment calls for it — just describe the situation. A Python SDK for headless runtimes is planned; this is what the call will look like.
| Param | Type | Description |
|---|---|---|
| decision_idREQUIRED | string | The decision to load in full. |

