list_decisions
Retrieve the Decision Memory audit trail to review all logged decisions, most recent first. Filter to see only decisions with recorded outcomes, including outcome deltas for accuracy insights.
Instructions
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. Read-only and non-destructive; not separately rate-limited. Returns decisions with id, chosen_action, expected_value, actual_outcome, outcome_delta, confidence, context, created_at, and outcome_recorded_at, plus total, page, limit, pages, and an accuracy_summary when outcomes exist.
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. |