Skip to main content
GET
/
api
/
memory
/
stats
Get Memory Stats
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>"
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Response

200 - application/json

Successful Response

total_count
integer
required
category_counts
Category Counts · object
required
tag_counts
Tag Counts · object
required
memory_store_type
string
required
error
string | null