Files
openclaw/docs/cli/sessions.md

17 lines
324 B
Markdown
Raw Normal View History

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
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
```