Skip to main content
GET
Get Long Term Memory Config

Response

200 - application/json

Successful Response

Response model for long-term memory configuration.

backend
enum<string> | null

Long-term memory backend. None means the writer predates the discriminator and is treated as 'declarative'.

Available options:
declarative,
event
embedder
string | null
reranker
string | null
vector_graph_store
string | null
vector_store
string | null

VectorStore resource id (event backend only)

segment_store
string | null

SQL engine resource id backing the segment store (event backend only)

properties_schema
Properties Schema · object | null

User-defined filterable properties (event backend only). Maps name to type ("bool", "int", "float", "str", "datetime").

enabled
boolean
default:true