list_raw_sessions
Retrieve sessions with raw archive messages within a time window, grouped by project and session, to create recap-style summaries of activity.
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 |