---
title: "Get Prompts Summary With Filters"
method: POST
path: "/api/prompts/summary/"
tags: ["prompts"]
---

# Get Prompts Summary With Filters

`POST /api/prompts/summary/`

POST handler with superadmin-only field protection.

Strips superadmin-only fields from non-superadmin requests before
delegating to OrganizationInjectionMixin.post() for org injection.

## Headers

- `Authorization` string, required

## Request body

- PromptFilterRequestRequest — Shared request body for prompt POST-for-filtering endpoints.
  - `filters` object — Filter parameters keyed by metric name.

## Response `200`

- PromptsSummaryResponse — Response body for the prompts summary endpoint.
  - `total_count` integer, required

## Changes

- **2026-07-31** `c26d550029f8` — 10 warning, 2 info
  - removed the request property `filters/created_at`
  - removed the request property `filters/current_version__updated_at`
  - removed the request property `filters/description`
  - removed the request property `filters/is_deleted`
  - …8 more

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