list_decisions
Retrieve the Decision Memory audit trail — all logged decisions, most recent first. Use with_outcome_only=true to see only decisions where actual results have been recorded. outcome_delta = actual_outcome - expected_value: negative means worse than predicted.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page | No | Page number (default 1). | |
| limit | No | Canonical results per page (default 20, max 200). | |
| page_size | No | Results per page (default 20, max 100). | |
| with_outcome_only | No | When true, return only decisions with recorded actual outcomes. |