get_session
Retrieve complete details of a specific HTTP session from a Fiddler SAZ archive: headers, bodies, timers, and flags. Use for deep inspection when you need the full, unredacted URL and payload.
Instructions
Full details of one session: request & response start lines, headers, bodies, timers, flags.
This is the only tool that returns the complete (unredacted) URL and bodies — intended for deep inspection of a specific session.
Args: saz_path: Path to the .saz file. index: Session number (1-based, as shown by list_sessions). include_body: Decode and show bodies (may be truncated). max_body_chars: Max chars of each decoded body to include.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| index | Yes | ||
| saz_path | Yes | ||
| include_body | No | ||
| max_body_chars | No |