Search memories
List active memories in a scope by lexicographic key prefix. Results are ordered by key ascending. This is prefix search, not free-text search. Function-authenticated requests use their own Function id and cannot override it. Pass include_value=false to return metadata only.
Query parameters
Key prefix to match. Empty string lists all active memories in the selected scope.
Key cursor from a previous response meta.cursor.
Number of results per page
Pass false to omit the value field and return metadata only.
Only include memories updated at or after this timestamp.
Only include memories updated at or before this timestamp.
Explicit scope type. Omit to use automatic scope resolution. Pass function with scope_id=<function-id>, or org with no scope_id. Function-authenticated requests cannot override their automatic Function scope.
Function id UUID when scope_type=function. Not valid with scope_type=org. Function-authenticated requests may only use their own Function id.
Headers
Optional function id UUID used as the default scope for non-function-authenticated requests when query scope parameters are omitted.
Response
Paginated memory records.