Network requests
network_requestsInspect recent network activity from a target page or window, including method, URL, status, and MIME type. Filter by URL substring and limit results to identify failures or debug requests while redacting sensitive query values.
Instructions
Return recent network requests captured from the target — method, URL, status, MIME type, failures. Headers are never captured and sensitive URL query values are redacted.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Max entries. | |
| target_id | Yes | Target id from list_targets — the page / webview / Electron window to inspect. | |
| url_filter | No | Only requests whose URL contains this substring. |