Log Scores
Retrieve log score
GET
Gets detailed information about a specific score for a log.
Score Enrichment in Logs
When you retrieve log details, scores are automatically included in the response under ascores field. This enriched format includes:
- evaluator_name: Human-readable name of the evaluator
- evaluator_slug: URL-friendly identifier
- score_value: The actual score value (numerical, boolean, etc.)
Score Summary Aggregations
Aggregated score summaries are available in summary endpoints. These show average scores for numerical evaluators and true/false counts for boolean evaluators:- Logs Summary: GET/POST /api/request-logs/summary/
- Experiment Logs Summary: GET/POST /evaluations/experiments//logs/summary/
- Dataset Logs Summary: GET/POST /api/datasets//logs/summary/