List / export captured traffic
proxy_list_trafficInspect captured proxy traffic to confirm rule matches. View transform outcomes, patches applied, redacted headers, and request/response body previews. Export to JSON or HAR.
Instructions
Confirm a rule matched the intended request by inspecting captured traffic. Each entry includes transformOutcome (patched|no_match|not_json|error) and patchesApplied count. Sensitive headers (authorization, cookies, api keys) are redacted by default — set includeSensitiveHeaders=true to see raw values. Use includeRequestBodyPreviews=true to see POST/PUT body content. Use includeResponseBodyPreviews=true for response samples. Optionally export to JSON or HAR (replaces the Charles log-export workflow).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| export | No | Write captured traffic to a file. | |
| filter | No | Case-insensitive substring filter on method or URL. | |
| includeBodies | No | Include response body previews (default false). Deprecated: use includeResponseBodyPreviews. | |
| includeSensitiveHeaders | No | Include raw sensitive headers (authorization, cookies, api keys) in the output. Default false — values are redacted as [REDACTED]. | |
| includeRequestBodyPreviews | No | Include request body previews (default false). | |
| includeResponseBodyPreviews | No | Include response body previews (default false). |