List failed network requests
get_session_network_errorsGet network errors from a session, including HTTP 4xx/5xx and transport-level failures, oldest first.
Instructions
List failed or notable network requests in a session (HTTP status >= statusGte, or a transport-level network error), oldest first. Returns JSON rows ({ id, ts, method, url, status, statusText, resourceType, durationMs, errorText }); url and errorText clipped to 300 chars.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| sessionId | Yes | Session id from list_recent_sessions. | |
| statusGte | No | Minimum HTTP status treated as notable (100-599; default 400, i.e. 4xx/5xx). Transport-level errors are always included regardless. | |
| limit | No | Maximum requests to return (1-200, oldest first; default 50). |