list_sessions
List HTTP sessions from a Fiddler SAZ archive with pagination controls for limit and offset, enabling efficient browsing of captured traffic.
Instructions
List sessions (method, URL, status, duration, size, process...) with pagination.
Args: saz_path: Path to the .saz file (parsed on first use). limit: Max sessions to return (1-500). offset: Skip the first N sessions (pagination).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | ||
| offset | No | ||
| saz_path | Yes |