---
title: "Get evaluation scores summary"
method: POST
path: "/api/dashboard/eval-results/summary/"
tags: ["dashboard"]
---

# Get evaluation scores summary

`POST /api/dashboard/eval-results/summary/`

Returns evaluation scores aggregated over the time range.

## Query parameters

- `summary_type` 'daily' | 'weekly' | 'monthly' | 'quarterly' | 'yearly' | 'last_24h' | 'all'
- `date` string, date
- `start_time` string, date-time
- `end_time` string, date-time
- `time_tick` 'minute' | 'hour' | 'day'
- `timezone_offset` number, double

## Headers

- `Authorization` string, required

## Response `200`

Successful response.

- ApiDashboardEvalResultsSummaryPostResponsesContentApplicationJsonSchemaItems[]
  - union
    - ApiDashboardEvalResultsSummaryPostResponsesContentApplicationJsonSchemaItems0
      - `date_group` string, required
      - `evaluator_id` string, required
      - `evaluator_name` string, required
      - `number_of_requests` integer, required
      - `avg_primary_score` number, double, nullable, required
    - ApiDashboardEvalResultsSummaryPostResponsesContentApplicationJsonSchemaItems1
      - `date_group` string, required
      - `automation_name` string, required
      - `number_of_requests` integer, required
      - `avg_primary_score` number, double, nullable, required
      - `total_cost` number, double, nullable, required

## Changes

- **2026-08-13** `4e064cf81dae` — 2 breaking, 7 info
  - removed the request body
  - removed the success response with the status `201`
  - added the new optional `query` request parameter `date`
  - added the new optional `query` request parameter `end_time`
  - …5 more
- **2026-07-31** `c26d550029f8` — 1 breaking, 6 warning, 2 info
  - removed the success response with the status `200`
  - deleted the `query` request parameter `date`
  - deleted the `query` request parameter `end_time`
  - deleted the `query` request parameter `start_time`
  - …5 more

[Change history](https://skmtc.dev/keywordsai/apis/api-reference/changes/api/dashboard/eval-results/summary/post.md)

---

[API](https://skmtc.dev/keywordsai/apis/api-reference.md) · [All operations](https://skmtc.dev/keywordsai/apis/api-reference/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/keywordsai/api-reference/revisions/4e064cf81dae/schema)
