Endpoint
Query parameters
Filter by category. One of:
preferences, decisions, patterns, context, learnings, general, gate-rules, guidelinesFilter by scope:
personal- Only personal memoriesshared- Only team-shared memoriesboth- Both scopes (default)
Filter by project. Format:
org/repoReturns memories with source_ref matching project:org/repoMaximum number of results to return
Number of results to skip (for pagination)
Whether to include soft-deleted memories
Response
Whether the operation succeeded
Array of memory documents
Number of documents returned
Total number of matching documents (for pagination)
Examples
List all memories
Filter by category
Filter by project
Pagination
Use cases
- Memory audit: Review all stored memories
- Batch operations: Find memories to update or delete
- Export: Export all memories for backup
- Category management: See what’s in each category
- Project context: List all memories for a specific project
Performance
- The query uses database indexes for efficient filtering
- Content is truncated to 500 characters in list view
- Use pagination for large result sets
- For searching by content, use Search memories instead
Error responses
Status codes:401- Unauthorized (invalid or missing API key)500- Internal server error
CLI equivalent
Related endpoints
- Search memories - Find memories by query
- Get memory - Get full details of a specific memory
- Add memory - Create new memory