Skills · Memories
Semantic search over a skill's memories
Returns memories ranked by semantic similarity to the supplied query. Caller must at least use the skill. Optional userId and limit body fields narrow the result set (legacy parity with search-memories).
POST
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
Numeric skill id.
Example:
42
Body
application/json
Search query string (semantic search over the skill's memories).
Example:
"user preferences for response style"
Narrow results to memories tagged with this end-user id (mem0 per-user scope).
Example:
"user_clerk_X"
Override the default page size for search results (legacy default is 10).
Required range:
1 <= x <= 1000Example:
10