Skip to main content
GET
/
v1
/
bot
/
memory
/
count
Count User Memories
curl --request GET \
  --url https://api.boostgpt.co/v1/bot/memory/count \
  --header 'Authorization: Bearer <token>'
{
  "count": 123
}

Authorizations

Authorization
string
header
required

Enter your API key

Query Parameters

project_id
string
required

Project ID

bot_id
string
required

Agent ID

user_uuid
string<uuid>
required

User UUID

Response

200 - application/json

Memory count

count
integer