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

# Filter experiments summary

`POST /api/v2/experiments/summary/`

Return the number of experiments matching a POST filter payload.

## Headers

- `Authorization` string, required

## Request body

- object
  - `filters` ApiV2ExperimentsSummaryPostRequestBodyContentApplicationJsonSchemaFilters — Filter criteria using the standard Respan filter format.
  - `is_exporting` boolean — Reserved for dashboard exports.

## Response `200`

Experiment summary.

- ExperimentsFilterExperimentsSummaryResponse200
  - `total_count` integer, required — Number of experiments matching the filters.

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