List captured traffic
list_trafficList captured HTTP exchanges newest first, filterable by host, method, URL pattern, status code, or error range. Select specific requests to inspect or debug proxy traffic.
Instructions
List captured exchanges (newest first) with optional filters.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| host | No | ||
| limit | No | Default 50. | |
| method | No | ||
| status | No | ||
| minStatus | No | e.g. 400 to show only errors. | |
| urlPattern | No | RegExp matched against the URL. |