API User Memories: Get Memories
API User Memories
API User Memories: Get Memories
List/search memories for one of your end-users (tenant-scoped, server-derived entity_id)
GET
API User Memories: Get Memories
Overview
Fetch memories for one of your app’s end-users. The backend derives the storage namespace from:- your authenticated tenant (API key / token)
- the provided
end_user_id - the provided
expert_id
entity_id.
Authentication
Send your API key:string
Your BBOT API key
string
Alias header for your BBOT API key
Query Parameters
integer
required
Expert id (scopes memories per expert)
string
required
Your own end-user identifier (string)
string[]
Memory layers to fetch. Allowed: core, mid, long
string
Optional semantic query (applies to Store search)
integer
default:"50"
Max items per layer
integer
default:"0"
Pagination offset
Response
string
Server-derived namespace id (for debugging only)
object
Per-layer results
Example Request
cURL