chrome_get_network_request
Retrieve a captured network request's full details, including headers and response body, to inspect specific API calls or XHR traffic from a Chrome tab.
Instructions
Retrieve one captured fetch/XMLHttpRequest entry, including response body when available.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| targetId | No | Chrome tab id to target. | |
| requestId | Yes | Request id returned by chrome_list_network_requests. | |
| urlIncludes | No | Match the target tab by URL substring. | |
| titleIncludes | No | Match the target tab by title substring. |