get_network_log
Retrieve all network requests and responses from a session, including API calls, status codes, methods, and response sizes. Optionally filter by URL pattern.
Instructions
Get all network requests/responses captured during a session. See what API calls were made, status codes, methods, and response sizes. Optionally filter by URL pattern.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| clear | No | Clear the log after reading (default: false) | |
| session_id | Yes | Session ID | |
| url_filter | No | URL substring filter (optional, e.g. '/api/') |