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 120 tools by category