Skip to content

Get Memory Health

GET
/api/admin/memory/health
curl --request GET \
--url https://example.com/api/admin/memory/health \
--header 'Authorization: Bearer <token>'

Return the latest MemoryHealthReport.

Requires superadmin auth. Returns the most recent moderation report, or 404 if no moderation has been run yet.

Successful Response

Media type application/json
Example generated
example