API Reference
cURL
curl --request GET \ --url https://api.example.com/api/memory/stats \ --header 'Authorization: Bearer <token>'
{ "total_count": 123, "category_counts": {}, "tag_counts": {}, "memory_store_type": "<string>", "error": "<string>" }
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Successful Response
Show child attributes