List Sessions
session_listRetrieve paginated list of durable sessions saved locally, with summary or full detail options.
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 |