---
title: "Get Memory Overview"
method: GET
path: "/api/admin/memory/{user_id}/overview"
tags: ["v2", "admin", "admin", "memory"]
---

# Get Memory Overview

`GET /api/admin/memory/{user_id}/overview`

Count summary of the user's account (AutoPilot) memory graph.

## Path parameters

- `user_id` string, required — User id or 'me'

## Response `200`

Successful Response

- MemoryOverview — Counts surfaced in the visualizer's header strip.
  - `user_id` string, required
  - `expert_id` string, nullable
  - `group_id` string, required
  - `entities` integer, required
  - `episodes` integer, required
  - `relates_to_edges` integer, required
  - `mentions_edges` integer, required
  - `communities` integer, required

## Other responses

- `401` — Authentication required
- `422` — Validation Error

## Changes

- **2026-08-17** `2f6864a6dddd` — 1 info
  - added the optional property `expert_id` to the response with the `200` status
- **2026-06-11** `ab66703bd004` — 1 info
  - endpoint added
- **2026-04-30** `8c84efcb3afb` — 1 breaking
  - api path removed without deprecation

[Change history](https://skmtc.dev/significant-gravitas/apis/autogpt-agent-server/changes/api/admin/memory/:user_id/overview/get.md)

---

[API](https://skmtc.dev/significant-gravitas/apis/autogpt-agent-server.md) · [All operations](https://skmtc.dev/significant-gravitas/apis/autogpt-agent-server/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/significant-gravitas/autogpt-agent-server/revisions/5dc375899754/schema)
