cURL
curl --request GET \ --url https://api.promptguard.dev/api/v1/memory/stats \ --header 'Authorization: Bearer <token>'
{ "total_entries": 123, "total_agents": 123, "avg_entries_per_agent": 123, "estimated_tokens_saved": 123, "storage_used_mb": 123 }
Get memory system statistics for the current project.
API Key authentication for developer endpoints (/api/v1/*). Use format: 'Bearer pg_api_your_key_here'
Successful Response
Memory system statistics