validation_history
Retrieve recent LLM validation records with pagination. View pass/fail status, scores, and failure reasons to monitor AI output quality.
Instructions
Query recent validation results with pagination. Returns the most recent LLM call validation records, newest first. Each record includes provider, model, latency, pass/fail status, validation score, and failure reasons. Use limit and offset to paginate through results. Default returns the 20 most recent records. Maximum 100 per page. The buffer holds up to 500 records; older entries are automatically overwritten.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Maximum number of records to return (1-100). Default: 20. | |
| offset | No | Number of records to skip from the most recent. Use for pagination. Default: 0. |