Skip to main content
Press / in the flow list to focus the filter bar. Type your filter expression and results update in real time.

Quick filter

Type any text to do a case-insensitive substring match on the host and path of each flow. No prefix needed.
This matches any flow whose host+path contains “api.example”.

Advanced expressions

Use a prefix to filter by a specific field. Separate multiple terms with spaces. All terms are ANDed together.
This matches flows that have a 2xx status, use GET, and return JSON.

Status code ranges

The s: prefix supports both exact codes and ranges using the Nxx format.
  • s:200 matches only 200 OK.
  • s:2xx matches any status from 200 to 299.
  • s:4xx matches any status from 400 to 499.
  • s:5xx matches any status from 500 to 599.

Examples