agent.memory.list
List keys in the agent's memory namespace, sorted by newest update. Use prefix filter and cursor pagination to browse metadata before fetching full 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. |