expand
Fetch complete decision records by ID to obtain full text, context, and origin from compact search results. Unknown IDs return a not_found list without raising an error.
Instructions
E1 (Phase 19): fetch FULL decision records by ID — the expand path for the summary-first search_decisions / list_decisions defaults. Scan the cheap compact rows, then pass the IDs you care about here for complete text + context + origin. Returns {requested, count, decisions, not_found}; never raises on unknown IDs.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ids | Yes | Decision IDs to fetch in full (e.g. ['D0000Z4']). |