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

## Changes

- **2026-08-04** `d8043b07769d` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/mem0/apis/mem0-api-docs/changes/v1/summary/post.md)

---

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