Skip to main content
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 a scores 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.)
Example enriched scores in a log response:

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/
See the Logs Summary endpoint for complete details on the score summary format.