proxy_list_traffic
List captured HTTP traffic with optional filters for URL, method, status, hostname, or source. Returns paginated results to help find specific exchanges.
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) | |
| url_filter | No | Filter by URL substring | |
| method_filter | No | Filter by HTTP method (e.g., GET, POST) | |
| source_filter | No | Filter by traffic source: 'explicit' (proxy-configured) or 'transparent' (iptables-redirected) | |
| status_filter | No | Filter by response status code | |
| hostname_filter | No | Filter by hostname substring |