Search collections using free-text relevance matching.
Returns a bounded relevance-ranked result set and does not return next_page.
For deterministic chronological pagination, use GET /v2/collections.
Documentation Index
Fetch the complete documentation index at: https://docs.mem.ai/llms.txt
Use this file to discover all available pages before exploring further.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Optional text query for relevance matching across collections. If omitted, search can still return a bounded general set.
Optional inclusive lower bound for collection creation time (ISO 8601).
The timestamp must include a timezone offset such as Z or +01:00.
"2025-04-01T14:30:45Z"
Optional inclusive upper bound for collection creation time (ISO 8601).
The timestamp must include a timezone offset such as Z or +01:00.
"2025-04-30T23:59:59Z"
Optional inclusive lower bound for collection update time (ISO 8601).
The timestamp must include a timezone offset such as Z or +01:00.
"2025-04-01T14:30:45Z"
Optional inclusive upper bound for collection update time (ISO 8601).
The timestamp must include a timezone offset such as Z or +01:00.
"2025-04-30T23:59:59Z"
OK