---
title: "Memory read outcomes summary (Redis)"
method: GET
path: "/analytics/memory-reads/summary"
tags: ["analytics"]
---

# Memory read outcomes summary (Redis)

`GET /analytics/memory-reads/summary`

Aggregated memory read counts from Redis for dashboard use. Covers integration reads instrumented with `memory_read_analytics_enabled` (list, get, search). Does not query PostHog.

## Query parameters

- `time_range` string
- `space_id` string, nullable — When set, restrict breakdown to this space (must belong to user)

## Response `200`

JSON: time_range_days, total_reads, rollup (operation, integration_type, space_id, outcome, count), by_day (date, total_reads, breakdown), source.

- unknown

## Other responses

- `401` — Unauthorized
- `422` — Validation Error

---

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