<!-- GENERATED by docs/scripts/gen-cli-reference — DO NOT EDIT.
Source of truth: the cobra command definitions in cmd/axiom/cmd/.
Regenerate from the repo root with: go run ./docs/scripts/gen-cli-reference -->
axiom memory ls
List flows with memory, or sessions for a specific flow
Without --flow: lists all flows that have at least one memory session. With --flow <id>: lists sessions for that flow.
Examples:
axiom memory ls
axiom memory ls --flow my-flow-idUsage
axiom memory ls [flags]Flags
| Flag | Shorthand | Type | Default | Description |
|---|---|---|---|---|
--flow | string | flow ID to list sessions for | ||
--help | -h | bool | help for ls |
See also
- axiom memory — Inspect and manage agent memory for your flows
- Guide: Inspect agent memory