---
title: "Api Keys Summary Filtered"
method: POST
path: "/api/keys/summary/"
tags: ["users"]
---

# Api Keys Summary Filtered

`POST /api/keys/summary/`

Summary of API keys matching a POST-body filter.

## Headers

- `Authorization` string, required

## Request body

- OrganizationKeyFilterRequestRequest — Request body for POST-for-filtering on /api/keys/list/ and /api/keys/summary/ — distinguishes the filter POST from key creation. `filters` is an open dict (matches DatasetFilterRequestSerializer): the filter shape is dynamic and the frontend owns a typed FilterRequest, so a strict per-field schema would only fight the FE's filter types.
  - `filters` object — Filter parameters keyed by field name.

## Response `200`

- OrganizationKeySummaryResponse — Response body for /api/keys/summary/ — total matching API keys.
  - `total_count` integer, required

## Changes

- **2026-07-31** `c26d550029f8` — 1 info
  - endpoint added

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