chrome_list_network_requests
Lists fetch and XMLHttpRequest activity captured in the current page by the companion extension. Use it to debug API calls or monitor network traffic.
Instructions
List fetch/XMLHttpRequest activity captured in the page by the companion extension.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| clear | No | Clear the captured request log after reading. | |
| targetId | No | Chrome tab id to target. | |
| urlIncludes | No | Match the target tab by URL substring. | |
| titleIncludes | No | Match the target tab by title substring. | |
| includePreservedRequests | No | Include captured requests from earlier same-tab navigations. |