Setell customer memory list
setell_get_customer_memoryRetrieve all stored memory rows for a customer, including pricing patterns, preferences, and communication style. Use to audit existing knowledge before saving new memories.
Instructions
List every CustomerMemory row Setell has stored for a specific customer — pricing patterns, preferences, communication style. Returns the full record shape (memory id, type, content, source job if any, source tag, confidence, timestamps). Useful for "what do I know about this customer?" / auditing what should be overwritten before calling setell_save_customer_memory. Read-only.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| customerId | Yes | The customer id whose memory rows to list. Find it via setell_find_customer or the setell://customers resource. |