Back to docs

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

From the Blog