cURL
curl --request GET \ --url https://www.memoryplugin.com/api/chat-history/count \ --header 'Authorization: Bearer <token>'
{ "count": 123 }
Returns the total count of imported conversations (excluding excluded and quota-blocked ones).
curl "https://www.memoryplugin.com/api/chat-history/count" \ -H "Authorization: Bearer YOUR_API_KEY"
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Conversation count
Total number of active imported conversations.
Was this page helpful?