---
title: "List My Expert Memory Facts"
method: GET
path: "/api/memory/experts/{expert_id}/facts"
tags: ["v2", "memory", "memory", "private"]
---

# List My Expert Memory Facts

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

Live facts in one expert's isolated memory, newest first.

## Path parameters

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

## Query parameters

- `limit` integer

## Response `200`

Successful Response

- MemoryFactListResponse
  - `expert_id` string, nullable
  - `items` MemoryFact[], required
    - `uuid` string, required
    - `fact` string, nullable
    - `name` string, nullable
    - `source` string, required
    - `target` string, required
    - `created_at` string, nullable

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