2026-01-15 06:12:54 +00:00
|
|
|
---
|
2026-01-30 03:15:10 +01:00
|
|
|
summary: "CLI reference for `openclaw sessions` (list stored sessions + usage)"
|
2026-01-15 06:12:54 +00:00
|
|
|
read_when:
|
|
|
|
|
- You want to list stored sessions and see recent activity
|
2026-01-31 16:04:03 -05:00
|
|
|
title: "sessions"
|
2026-01-15 06:12:54 +00:00
|
|
|
---
|
|
|
|
|
|
2026-01-30 03:15:10 +01:00
|
|
|
# `openclaw sessions`
|
2026-01-15 06:12:54 +00:00
|
|
|
|
|
|
|
|
List stored conversation sessions.
|
|
|
|
|
|
|
|
|
|
```bash
|
2026-01-30 03:15:10 +01:00
|
|
|
openclaw sessions
|
|
|
|
|
openclaw sessions --active 120
|
|
|
|
|
openclaw sessions --json
|
2026-01-15 06:12:54 +00:00
|
|
|
```
|