---
title: "Filter Experiments Summary"
method: POST
path: "/api/v2/experiments/summary/"
tags: ["experiments"]
---

# Filter Experiments Summary

`POST /api/v2/experiments/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

- ExperimentV2SummaryResponseRequest
  - `total_count` integer, required

## Response `200`

- ExperimentV2SummaryResponse
  - `total_count` integer, required

## Changes

- **2026-07-31** `c26d550029f8` — 1 breaking, 2 warning, 2 info
  - added the new required request property `total_count`
  - removed the request property `filters`
  - removed the request property `is_exporting`
  - removed the non-success response with the status `400`
  - …1 more

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