get_network_requests
List network requests captured from a Chrome connection. Filter by status code and resource type to inspect web traffic.
Instructions
List captured network requests with optional filtering.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Max requests to return (most recent) | |
| connection_id | No | Chrome connection to use | |
| filter_status | No | Filter: "all", "2xx", "3xx", "4xx", "5xx" | all |
| resource_type | No | Filter by type: "Document", "Script", "XHR", "Fetch", etc. |