safari_network_details
Retrieve captured browser network requests with full details after a capture session has begun. Filter by URL substring or set a limit to inspect specific traffic.
Instructions
Get captured network requests with full details (must call safari_start_network_capture first)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Max requests (default: 50) | |
| filter | No | Filter by URL substring | |
| receipt | No | Tab receipt from safari_new_tab — pins this call to that tab (survives reconnects/subagents) |