---
title: "Get My Expert Memory Overview"
method: GET
path: "/api/memory/experts/{expert_id}/overview"
tags: ["v2", "memory", "memory", "private"]
---

# Get My Expert Memory Overview

`GET /api/memory/experts/{expert_id}/overview`

Counts for one of the caller's experts' isolated memory.

## Path parameters

- `expert_id` string, required — Expert id owned by the caller

## Response `200`

Successful Response

- MemoryScopeOverview — Counts for one memory scope, shown on the settings page and in the erase-confirmation dialog.
  - `expert_id` string, nullable
  - `facts` integer, required
  - `entities` integer, required
  - `episodes` integer, required

## Other responses

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

---

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