
Quick filter
Press/ in the flow list to focus the filter bar. Type any text to perform a case-insensitive substring match against the host and path of each flow.
Advanced filter expressions
For more precise filtering, use structured expressions. Separate multiple terms with spaces to combine them with AND logic.| Expression | Description |
|---|---|
s:200 | Exact status code |
s:2xx | Status code range (2xx, 4xx, 5xx) |
m:GET | HTTP method |
m:POST | HTTP method |
ct:json | Content-type contains substring |
ct:html | Content-type contains substring |
re:pattern | Regex match on host+path |
!term | Negate any filter term |

