---
title: "Api Workflows Summary Filtered"
method: POST
path: "/api/workflows/summary/"
tags: ["workflows"]
---

# Api Workflows Summary Filtered

`POST /api/workflows/summary/`

Total count of workflows matching the supplied filters.

## Headers

- `Authorization` string, required

## Request body

- WorkflowFilterRequestRequest — Request body for POST-for-filtering on /api/workflows/list/.
  - `filters` FilterParamDictPydantic — Pydantic model for FilterParamDict. A dictionary that maps metric names to their filter parameters. Each key is a metric name (str), and each value can be: - A single MetricFilterParamPydantic (one condition) - A List[MetricFilterParamPydantic] (multiple conditions for same metric) - A FilterBundlePydantic (nested filter bundle with connector) Note: Uses extra="allow" for dynamic metric name fields. The __pydantic_extra__ annotation tells Pydantic what types to expect for extra fields, and generates typed additionalProperties in JSON Schema.

## Response `200`

- WorkflowSummaryResponse — Response body for /api/workflows/summary/ — total matching workflows.
  - `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)
