invariance_monitor_preview_evaluator
Dry-run a monitor evaluator against historical runs to preview matched nodes, match reasons, and observed values—no data written.
Instructions
Dry-run a monitor evaluator against history to see which nodes it would match and why. Writes nothing. Returns {sampled, matched, matches:[{run_id,node_id,matched,reason,observed_value?}]}.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| body | Yes | JSON object string with {evaluator} (required, same shape as create) plus optional target and sample_limit. Example: {"evaluator":{"type":"keyword","field":"output.text","keywords":["refund"]},"target":{"kind":"current_run"}} |