confidence_history
Fetch verification-coverage and execution-depth metrics from recent runs, with an optional limit. Handles disabled persistence by returning an empty trend.
Instructions
Returns verification-coverage and execution-depth values across recent runs recorded in .veris/state.db, newest first. Defaults to 30 runs, capped at 100. Returns an empty trend with stateEnabled:false when persistence is disabled (VERIS_STATE_DISABLED=1).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Maximum runs to return. Default 30, maximum 100. |