proxy_export_har
Export captured network traffic from a proxy session to a HAR file, with optional filters by URL, method, status, or time range.
Instructions
Export a recorded session (or filtered subset) to HAR format.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| sort | No | asc | |
| text | No | ||
| to_ts | No | ||
| method | No | ||
| from_ts | No | ||
| session_id | Yes | Session ID | |
| output_file | No | Output HAR file path | |
| status_code | No | ||
| url_contains | No | ||
| include_bodies | No | Include body text when available | |
| hostname_contains | No |