net_list
Retrieve network request logs from a browser session, ordered oldest first. Apply filters like type, method, status, URL, or time window; limit defaults to 50 entries.
Instructions
List captured network requests for a session, most-recent-last. Filterable; capped by limit (default 50) — never silently truncated.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| type | No | resourceType, e.g. XHR, Fetch, Document, Script | |
| limit | No | max rows to return (default 50) | |
| since | No | "nav" = only requests since the last main-frame navigation / tab switch (this page load); default "all" keeps earlier pages too, for flows that span a redirect | |
| method | No | e.g. GET, POST | |
| status | No | ||
| onlyXhr | No | restrict to XHR/Fetch requests | |
| sessionId | No | ||
| urlIncludes | No | substring match against the request url |