neuron_export_har
Export captured network traffic as HAR 1.2 JSON to inspect requests, responses, and platform-specific activity. Filter by tab, time, platform, or include response bodies to isolate relevant data.
Instructions
Export captured network traffic as HAR 1.2 JSON
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tabId | No | Filter by specific tab | |
| sinceMs | No | Only requests after this timestamp | |
| platform | No | Filter by platform | |
| includeBody | No | Include response bodies (default: false) |