Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Optional bucket ID to filter memories
Number of memories to retrieve
Fetch all memories
Fetch latest memories
Search query for memories
Client source identifier (e.g., 'chatgpt' for ChatGPT requests)
Number of memories to skip for pagination. Zero-indexed: skip=0 starts from first memory, skip=10 skips first 10 memories and starts from 11th. Used primarily with token limiting to load additional memories beyond the initial response.
x >= 0
Successful response with memories and buckets
The response is of type object
.