browser_network_request
Fetch details of a specific network request captured during browser automation. Use the stable ID or legacy index to retrieve request info, with an option to include the response body preview.
Instructions
Get details for a single network request by stable id from browser_network_requests. Legacy zero-based index is also accepted.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | No | ||
| index | No | Legacy zero-based index into the retained request list | |
| details | No | Include response body preview when true |