agent.memory.list
List keys in an agent's memory namespace, sorted by most recent update. Use cursor pagination and optional prefix filter to browse metadata without retrieving values.
Instructions
List keys in the calling agent's memory namespace, newest-first by updatedAt. Cursor-paginated. Optional prefix filter. Returns metadata only — fetch values via agent.memory.get.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | ||
| cursor | No | Opaque cursor from previous call. | |
| prefix | No | Optional key-prefix filter. |