get_network_logs
Capture XHR and fetch network requests from Chrome. Filter by URL or HTTP method to inspect request details including status and timing.
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 |