list_network_requests
Lists recent network requests captured by the browser. Debug API calls and performance issues with method, URL, status, type, timing, and size.
Instructions
List recent network requests captured by the browser. Returns compact text format with method, URL, status, resource type, timing, and size. Essential for debugging API calls and performance issues. Use get_request_details() to inspect full headers and body for specific requests.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| type | No | Filter by resource type: 'xhr', 'fetch', 'script', 'stylesheet', 'image', 'font', 'document', etc. Omit to show all types. | |
| limit | No | Maximum number of requests to return, most recent first (default: 50) |