Principle:Truera Trulens Records And Feedback Query
| Knowledge Sources | |
|---|---|
| Domains | LLM_Evaluation, Data_Analysis |
| Last Updated | 2026-02-14 08:00 GMT |
Overview
A query pattern that retrieves detailed records with their associated feedback scores for programmatic analysis, filtering, and export.
Description
Records And Feedback Query provides fine-grained access to individual evaluation records and their feedback scores. Unlike the leaderboard (which shows aggregates), this returns raw record-level data for detailed analysis, debugging, and export.
The query supports filtering by app ID, app name, app version, run name, and record IDs, plus pagination via offset and limit.
Usage
Use this principle when you need detailed record-level feedback data for analysis, debugging, or export. Common use cases include finding failing records, computing custom aggregations, and exporting data for external analysis.
Theoretical Basis
This implements a Parameterized Query pattern, providing flexible filtering and pagination over the evaluation results store.