session_network_logs
Read the NETWORK requests for a browser session (DevTools Network tab — method, URL, status, type, timing, size). Captured automatically; returns the most recent requests. Use to find failing (4xx/5xx) or slow requests. Response/request BODIES are not available. (Browser sessions only.)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| type | No | Filter by resource type, e.g. "xhr", "fetch", "document", "script", "stylesheet", "image". | |
| limit | No | Max requests to return (most recent). Default 50, max 500. | |
| sessionId | Yes | Browser session ID (same id used by the other session_* tools) | |
| failuresOnly | No | When true, only show requests that failed or returned status >= 400. |