decisions
Retrieve the unified decision ledger showing committee verdicts, rule interventions, execution status with reasons, and outcome data. Track adoption rates, skipped recommendations, and safety rule rewrites.
Instructions
Get the unified decision ledger: every committee verdict joined with rule interventions, the user's actual executions or refusals (with reasons), and post-hoc outcome data — plus an adoption-rate summary.
Answers "how often did I follow the advice", "which recommendations did I skip", and "what did the safety rules rewrite". Read-only.
Args: days: Look-back window in days (default 90).
Returns:
Object with count, summary (adoption rate and aggregates), and
decisions (list; each entry has decision_id, verdict, confidence,
intervention, executed flag, matched trades, and outcome).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| days | No | Look-back window in days. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |