rlm_memories
Retrieve memories with filters for type, scope, category, status, text search, and sorting by date or usage.
Instructions
List memories with optional filters and sorting.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| type | No | ||
| scope | No | ||
| agent_id | No | Required when scope=agent; limits listing to one agent namespace | |
| external_user_id | No | Integrator client keys only: stable end-user ID for scope=user memory listing. Snipara hashes and namespaces it per integrator client. | |
| category | No | ||
| status | No | Filter by lifecycle status | |
| search | No | Text search in content | |
| limit | No | ||
| offset | No | ||
| include_inactive | No | Include inactive memories in results | |
| sort_by | No | Field to sort by | created_at |
| sort_order | No | Sort direction | desc |