pmux_browser_network_body
Retrieve the response body of a specific network request in a browser tab. Results are cached after the first call.
Instructions
Get a single network response body by requestId: { tabId, requestId, body }. Body is cached after the first call. 404 'Response body unavailable' if not cached/available. Electron-only (503/409).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tabId | Yes | Target tab id (from pmux_list_tabs / pmux_create_tab). | |
| requestId | Yes | Network requestId (from pmux_browser_network entries). | |
| workspaceId | Yes | Target workspace id (from pmux_list_workspaces). |