network
Retrieve recent network requests with method, URL, status, and error. Filter by failed requests to diagnose 4xx/5xx errors, and use the id to fetch full headers and body.
Instructions
Recent network requests, newest last; only_failed keeps 4xx/5xx and transport errors. Each entry carries method, url, status, resource, error (for failed requests) and id — pass that id to network_detail for headers and body.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | ||
| only_failed | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |