browser_export_har
Export captured network traffic as a HAR archive with full request/response details, headers, bodies, statuses, timings. Reveal actual API error payloads or malformed JSON hidden behind status codes.
Instructions
Export captured network traffic as a standard HAR 1.2 archive — request/response headers AND BODIES, statuses, and timings. This is how you see the actual failing API error payload or malformed JSON that a bare status code hides. Bodies are redacted and size-capped; only textual API/document responses are captured (set BROWSER_MCP_NO_BODIES=1 to disable body capture entirely).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| savePath | No | Optional path (contained to the output dir) to write the .har file. Omit to return it inline. | |
| urlContains | No | Only include requests whose URL contains this substring. |