Tool Get Network Requests
Category: Browser State Β· Tier: Free
Get network requests captured during the current session. Shows URLs, methods, and resource types.
Parameters
| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
| filter | string | No | "all" | Filter by type: all, xhr, document, script, stylesheet, image, fetch |
| clear | boolean | No | false | Clear captured requests after reading |
| _browserToken | string | No | β | Browser session token |
Example
Check what API calls the page is making
β get_network_requests filter="xhr"
Related
get_console_messagesβ Read console logsevaluate_scriptβ Execute JavaScript- Browser Automation Tools β All 25 tools
- Tools Overview β All 130 tools by category