---
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

---

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