get_network_request
Retrieve network request data from Chrome DevTools, either by specific ID or the currently selected request, with options to save request/response bodies to files.
Instructions
Gets a network request by an optional reqid, if omitted returns the currently selected request in the DevTools Network panel.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| reqid | No | The reqid of the network request. If omitted returns the currently selected request in the DevTools Network panel. | |
| requestFilePath | No | The absolute or relative path to a .network-request file to save the request body to. If omitted, the body is returned inline. | |
| responseFilePath | No | The absolute or relative path to a .network-response file to save the response body to. If omitted, the body is returned inline. |