network_get_requests
Retrieve recorded network requests for a browser tab, with filters for URL, method, status, and errors to debug issues.
Instructions
Get recorded network requests for a tab.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | No | Filter by URL substring | |
| limit | No | Maximum number of entries to return | |
| method | No | Filter by HTTP method (GET, POST, etc.) | |
| status | No | Filter by HTTP status code | |
| hasError | No | Filter to only show requests with errors | |
| targetId | Yes | Target ID of the tab |