This endpoint allows you to query and retrieve evaluation data for your requests. Use filters to narrow down results by specific criteria and time ranges.Documentation Index
Fetch the complete documentation index at: https://mintlify.com/helicone/helicone/llms.txt
Use this file to discover all available pages before exploring further.
Use Cases
- Retrieve evaluation scores for analysis
- Filter evaluations by time period
- Get evaluation metrics for specific requests
- Monitor evaluation trends over time
Request Body
The request accepts anEvalQueryParams object with the following structure:
Filter criteria for evaluations. Can be “all” to retrieve all evaluations, or a filter tree structure to specify conditions.
Number of records to skip for pagination (default: 0)
Maximum number of records to return (default: 100)
Time zone difference in minutes from UTC
Response
Returns a Result object containing an array of Eval objects.Array of evaluation objects
Name of the evaluation metric
Average score across all evaluations
Minimum score recorded
Maximum score recorded
Total number of evaluations
Count of evaluations over time
Average scores over time
Error message if the request failed, null otherwise
