proxy_list_traffic
Retrieve paginated lists of proxied HTTP exchanges with optional filters for method, URL, status, hostname, or traffic source to analyze network traffic.
Instructions
List captured HTTP exchanges with optional filters. Returns paginated results.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Max entries to return (default: 50) | |
| offset | No | Skip first N entries (default: 0) | |
| method_filter | No | Filter by HTTP method (e.g., GET, POST) | |
| url_filter | No | Filter by URL substring | |
| status_filter | No | Filter by response status code | |
| hostname_filter | No | Filter by hostname substring | |
| source_filter | No | Filter by traffic source: 'explicit' (proxy-configured) or 'transparent' (iptables-redirected) |