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

# Get filtered cache summary

`POST /api/caches/summary/`

Return the total number of cached responses after applying filters. This endpoint supports both JWT and API key authentication.

## Headers

- `Authorization` string, required

## Request body

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

## Response `200`

Filtered cache summary statistics.

- CachesGetFilteredCachedResponsesSummaryResponse200
  - `total_count` integer, required — Total number of cached responses that match the query.

## Other responses

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

---

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