browser_network_request
Retrieve full headers and body of a specific network request, or select a single part like request-body or response-headers using its index from the network list.
Instructions
Returns full details (headers and body) of a single network request, or a single part if part is set. Use the number from browser_network_requests.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| part | No | Return only this part of the request. Omit to return full details. | |
| index | Yes | 1-based index of the request, as printed by browser_network_requests. | |
| filename | No | File name to save the result to. Relative file names are resolved against the workspace root. If not provided, output is returned as text. |