get_decision
Retrieve a decision by ID to get its full detail including rationale, status, and outcome. Returns an error if not found.
Instructions
Return one decision + its outcome detail, or an error dict if not found.
Returns
dict with keys: id, statement, rationale, status,
created_at, outcome (the detail dict or None).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| decision_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||