get_network_logs
Retrieve captured XHR/fetch network requests with method, URL, status, and timing. Filter by HTTP method or URL substring to inspect specific browser network activity.
Instructions
Return captured XHR/fetch network requests (method, URL, status, timing). Chrome only.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Max requests to return | |
| method | No | Filter by HTTP method e.g. GET, POST | |
| url_filter | No | Only show requests whose URL contains this string |