List Sessions
session_listList saved cross-review sessions with paginated summaries. Filter by outcome and choose JSON or Markdown output to locate a session before reading its full details.
Instructions
List durable sessions saved under the local data directory. The default response is paginated and summary-only to keep stdio transports bounded; use session_read for one full session or detail='full' for a bounded page of full metadata.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | ||
| detail | No | summary | |
| offset | No | ||
| outcome_filter | No | all | |
| response_format | No | json |