16 lines
306 B
Markdown
16 lines
306 B
Markdown
---
|
|
summary: "CLI reference for `openclaw sessions` (list stored sessions + usage)"
|
|
read_when:
|
|
- You want to list stored sessions and see recent activity
|
|
---
|
|
|
|
# `openclaw sessions`
|
|
|
|
List stored conversation sessions.
|
|
|
|
```bash
|
|
openclaw sessions
|
|
openclaw sessions --active 120
|
|
openclaw sessions --json
|
|
```
|