Skip to main content
GET
/
api
/
chat-history
/
count
Get conversation count
curl --request GET \
  --url https://www.memoryplugin.com/api/chat-history/count \
  --header 'Authorization: Bearer <token>'
{
  "count": 123
}

Overview

Returns the total count of imported conversations for the authenticated user. Excludes conversations that have been excluded or blocked by quota limits.

Example

curl "https://www.memoryplugin.com/api/chat-history/count" \
  -H "Authorization: Bearer YOUR_API_KEY"

Authorizations

Authorization
string
header
required

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

Response

Conversation count

count
integer

Total number of active imported conversations.