Search memories based on a query and filters.
in
: Matches any of the values specified
gte
: Greater than or equal to
lte
: Less than or equal to
gt
: Greater than
lt
: Less than
ne
: Not equal to
icontains
: Case-insensitive containment check
*
: Wildcard character that matches everything
API key authentication. Prefix your Mem0 API key with 'Token '. Example: 'Token your_api_key'
The response is of type object[]
.