List Sessions
session_listRetrieve a paginated list of saved sessions, showing summaries by default. Access full content via session_read or detailed metadata via detail='full'.
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 |