Stats calls do not count against your monthly ops limit.
Authorizations
Your Atlas API key. Format: atlas_xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx.
Body
Namespace to query. Overridden server-side from your API key.
Memory persona to report stats for.
Response
Total vector chunks stored in Qdrant for this namespace.
Unique entity nodes in the Neo4j knowledge graph.
Relationship edges in the Neo4j knowledge graph.
Whether Qwen 0.5B and MiniLM are loaded and ready.
curl --request POST \
--url https://api.atlas.bsyncs.com/brain/stats \
--header 'X-API-Key: atlas_your_key_here' \
--header 'Content-Type: application/json' \
--data '{
"user_id": "user-123"
}'
{
"episodic_count": 142,
"semantic_entities": 87,
"semantic_relations": 203,
"models_loaded": true
}