Get Network Logs
get_network_logsRetrieve HTTP/HTTPS network transactions for a session from Proxyman, with optional filtering by URL path or domains to correlate network state with UI state.
Instructions
Retrieve intercepted HTTP/HTTPS network transactions for the session from Proxyman. Filter by URL path to isolate SDUI or analytics endpoints. Used to correlate network state with UI state.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Maximum number of log entries to return (default: 50) | |
| sessionId | Yes | Active or completed session ID | |
| filterPath | No | Optional URL substring to filter logs (e.g., "/api/sdui") | |
| filterDomains | No | Optional list of domains to capture (e.g., ["api.myapp.com"]). Reduces Proxyman noise. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| total | Yes | Total number of matching events | |
| events | Yes | Matching network transactions |