---
title: "Get filtered evaluators summary"
method: POST
path: "/api/evaluators/summary/"
tags: ["evaluators"]
---

# Get filtered evaluators summary

`POST /api/evaluators/summary/`

Return the total number of current draft/latest evaluators after applying standard filters.

## Headers

- `Authorization` string, required

## Request body

- object
  - `filters` ApiEvaluatorsSummaryPostRequestBodyContentApplicationJsonSchemaFilters — Filter criteria using the standard Respan filter format.

## Response `200`

Filtered evaluator summary.

- EvaluatorsGetFilteredEvaluatorsSummaryResponse200
  - `total_count` integer, required

## Other responses

- `400` — Bad Request
- `401` — Unauthorized - Missing or invalid authentication

## Changes

- **2026-08-13** `4e064cf81dae` — 4 info
  - added optional request body
  - added the non-success response with the status `400`
  - added the non-success response with the status `401`
  - added the required property `total_count` to the response with the `200` status
- **2026-07-31** `c26d550029f8` — 2 breaking, 2 info
  - removed the request body
  - removed the required property `total_count` from the response with the `200` status
  - removed the non-success response with the status `400`
  - removed the non-success response with the status `401`

[Change history](https://skmtc.dev/keywordsai/apis/api-reference/changes/api/evaluators/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/b18c72975097/schema)
