list_memories
List memories with pagination and filtering
Auth mode: identity
Required scope: memories:read
Delegable: an admin-scoped key may act on another tenant by passing an explicit userId.
Input parameters
Section titled “Input parameters”| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
userId |
string | yes | — | — |
type |
short-term | long-term |
no | — | — |
limit |
integer | no | 20 |
— |
cursor |
string | no | — | — |
scope |
string | no | — | — |
tags |
string[] | no | — | — |
search |
string | no | — | — |
Example
Section titled “Example”{ "name": "list_memories", "arguments": { "userId": "qp" }}