curl --request GET \
--url https://api.boostgpt.co/v1/bot/memory/readall \
--header 'Authorization: Bearer <token>'{
"total": 123,
"memories": [
{
"uuid": "<string>",
"type": "semantic",
"content": "<string>",
"is_active": true,
"created_at": "<string>",
"updated_at": "<string>"
}
],
"pagination": {
"page": 123,
"per_page": 123,
"total": 123,
"total_pages": 123
}
}List all user memory entries for an agent
curl --request GET \
--url https://api.boostgpt.co/v1/bot/memory/readall \
--header 'Authorization: Bearer <token>'{
"total": 123,
"memories": [
{
"uuid": "<string>",
"type": "semantic",
"content": "<string>",
"is_active": true,
"created_at": "<string>",
"updated_at": "<string>"
}
],
"pagination": {
"page": 123,
"per_page": 123,
"total": 123,
"total_pages": 123
}
}Enter your API key
Project ID
Agent ID
Filter by user UUID
Filter by memory type
semantic, episodic, procedural, all Was this page helpful?