Mem0 List Projects Show all known project scopes for the current user. Execution Step 1: Fetch memories to discover app ids There is no dedicated "list projects" API endpoint. Discover projects by fetching the user's memories across all scopes. Important: A filter with only triggers implicit null scoping — it excludes memories that have a non-null . Run two queries and merge: 1. Null-scoped: with , — catches memories without 2. App-scoped: with , — catches memories with any Run both calls in parallel. Merge results, deduplicate by memory . If either response indicates more pages, paginate (up…