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

---

[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/versions/c26d550029f8/schema)
