kitaru memory list
List active memory entries for one explicit scope.
Usage
kitaru memory list [OPTIONS]Parameters
| Name | Type | Required | Default | Description |
|---|---|---|---|---|
--scope | str | No | None | Memory scope to inspect. [required] |
--scope-type | Literal[namespace, flow, execution] | No | None | Memory scope type to inspect. [required] |
--page | int | No | 1 | 1-based page number to return. |
--size | int | No | 20 | Number of items to return per page. |
--output, -o | str | No | "text" | Output format: "text" (default) or "json". |