devtools_network_all
Capture all network requests with filters for resource type, status, speed, and time to audit loaded resources, API responses, and missing files.
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. Use limit= to avoid overwhelming the context window on busy pages.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Max entries to return (most recent first). 0 = all. | |
| since | No | ISO 8601 timestamp filter. Empty = all. | |
| slow_ms | No | Include only requests slower than this many ms. 0 = all. | |
| min_status | No | Minimum HTTP status to include (e.g. 400). 0 = all. | |
| resource_type | No | Type filter: stylesheet/script/image/font/fetch/xhr/'' |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |