List Raw Sessions
list_raw_sessionsRetrieve archived sessions within a time window, grouped by project and session, with message counts, timestamps, and optional user message samples to recap what happened in a period.
Instructions
List sessions with raw archive messages inside a time window, grouped by (source_root, project, session_id) with first/last message epoch, message count, and optional role=user message samples. Use for recap-style summaries of what happened in a period. Output fields match remem raw sessions --json.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| since | No | Only sessions with messages at or after this time (Unix epoch, ISO8601 datetime, or YYYY-MM-DD) | |
| until | No | Only sessions with messages at or before this time (Unix epoch, ISO8601 datetime, or YYYY-MM-DD; a date includes that full UTC day) | |
| sample | No | Sample up to N role=user message texts per session, ascending by time (default 0 = no samples) | |
| project | No | Project name filter |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| count | Yes | ||
| sample | Yes | ||
| project | No | ||
| sessions | Yes | ||
| since_epoch | No | ||
| until_epoch | No |