devtools_network_all
Capture and filter all network requests (CSS, JS, images, API calls) to audit loading, check response times, or identify missing resources.
Instructions
Return all captured network requests with filtering options.
Useful for auditing which CSS/JS files are loaded, checking API response times, or finding resources that are unexpectedly missing from the page.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| resource_type | No | Type filter: stylesheet/script/image/font/fetch/xhr/'' | |
| min_status | No | Minimum HTTP status to include (e.g. 400). 0 = all. | |
| slow_ms | No | Include only requests slower than this many ms. 0 = all. | |
| since | No | ISO 8601 timestamp filter. Empty = all. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |