列出网络请求
network_listList captured network requests and filter them by URL keyword, HTTP method, resource type, status code, or show only failed/4xx/5xx requests.
Instructions
列出捕获到的网络请求,可按 URL 关键字、方法、资源类型、状态码过滤,也可只看失败或 4xx/5xx。
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| type | No | 资源类型:document/script/xhr/fetch/image 等 | |
| limit | No | 最多返回条数,默认 200 | |
| since | No | 仅返回该时间戳之后的请求 | |
| method | No | HTTP 方法,如 GET/POST | |
| search | No | URL 包含匹配 | |
| status | No | 状态码,或 failed/error 表示只要失败 | |
| targetId | No | ||
| failuresOnly | No | 只要加载失败的请求 | |
| httpErrorsOnly | No | 只要 4xx/5xx |