---
title: "Get Memory Health"
method: GET
path: "/api/memory-health/{agent_id}"
tags: ["memory-health"]
---

# Get Memory Health

`GET /api/memory-health/{agent_id}`

Get memory health metrics for an agent.

## Path parameters

- `agent_id` string, uuid, required

## Response `200`

Successful Response

- MemoryHealthResponse
  - `agent_id` string, required
  - `total_facts` integer, required
  - `by_source_type` object, required
  - `by_scope` object, required
  - `confidence_distribution` object, required
  - `unconfirmed_llm_facts` integer, required
  - `contradicted_facts` integer, required
  - `suspicious_facts` object[], required

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.net/meganova/apis/fastapi.md) · [All operations](https://skmtc.net/meganova/apis/fastapi/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/meganova/fastapi/revisions/2b2bab8b9017/schema)
