---
title: "Get a summary of memories matching the given filters."
method: POST
path: "/v1/summary/"
tags: ["memories"]
---

# Get a summary of memories matching the given filters.

`POST /v1/summary/`

Backs the Python SDK's `client.get_summary()`. Not currently exposed by the TypeScript SDK.

## Request body

- object
  - `filters` object, required — Either flat field:value pairs (e.g. `{"user_id": "<user_id>"}`) or the structured AND/OR filter format used by `/v2/memories/search/`.

## Response `200`

Successfully retrieved the summary.

- unknown[]
  - unknown

---

[API](https://skmtc.net/mem0/apis/mem0-api-docs.md) · [All operations](https://skmtc.net/mem0/apis/mem0-api-docs/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/mem0/mem0-api-docs/revisions/c86fe9831e7e/schema)
