List durable memory
project_memory_listRetrieve project memory records across learnings, decisions, incidents, conventions, and context, filtered by collection or lifecycle status to locate relevant knowledge.
Instructions
List learnings, decisions, incidents, conventions and context, filtered by collection or lifecycle status.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Maximum records to return. | |
| offset | No | Skip this many matches before the page starts. | |
| status | No | Keep only these lifecycle statuses. Each collection has its own vocabulary — a decision is proposed or accepted, an incident is open or resolved. Project-declared, so the accepted values vary; project_workspace reports them. | |
| collection | No | Keep only these collections: learnings, decisions, incidents, conventions, context. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Maximum this page could contain. | |
| total | Yes | Matches before offset and limit were applied. | |
| offset | No | Offset this page started at. | |
| records | Yes | Memory records matching the filters, in list projection. |