Skip to content

Get Network Requests Node

Automation/Browser/Observe

Get Network Requests

Retrieves captured network requests from the observer

browser_get_network_requestsautomationLocal only
Inputs3
Outputs4
Security exposure5/10
Packageautomation

Ratings

Scores range from 0 to 10. Higher values mean more impact, exposure, or operational weight.

SecurityAttack surface and exposure impact.
5/10Medium
PrivacyPotential sensitivity of processed data.
6/10Medium
PerformanceRuntime or resource pressure.
2/10High
GovernancePolicy, audit, or compliance impact.
5/10Medium
ReliabilityOperational stability considerations.
2/10High
CostExternal or compute cost impact.
0/10High

Input Pins

3

Execution
exec_in

Trigger

Session

Struct
session

Automation session

AutomationSessionAutomationSession10 fields
session_refstringrequired
platformPlatformrequired
enum "Windows", "MacOS", "Linux"
default_delay_msinteger:uint64required
format uint64min 0
click_delay_msinteger:uint64required
format uint64min 0
debug_modebooleanrequired
browser_typeanyOf (2)

Browser context info if browser is attached

variant 1BrowserTypevariant
enum "Chrome", "Firefox", "Edge", "Safari"
variant 2nullvariant
browser_headlessboolean | null
browser_user_data_dirstring | null
current_page_refstring | null

Current page info if a page is open

current_window_handlestring | null

Clear After

Boolean
clear_after

Clear the request buffer after retrieval

Default false

Output Pins

4

Execution
exec_out

Continue

Session

Struct
session_out

Automation session (pass-through)

AutomationSessionAutomationSession10 fields
session_refstringrequired
platformPlatformrequired
enum "Windows", "MacOS", "Linux"
default_delay_msinteger:uint64required
format uint64min 0
click_delay_msinteger:uint64required
format uint64min 0
debug_modebooleanrequired
browser_typeanyOf (2)

Browser context info if browser is attached

variant 1BrowserTypevariant
enum "Chrome", "Firefox", "Edge", "Safari"
variant 2nullvariant
browser_headlessboolean | null
browser_user_data_dirstring | null
current_page_refstring | null

Current page info if a page is open

current_window_handlestring | null

Requests

Struct Array
requests

Array of captured network requests

NetworkRequestNetworkRequest9 fields
urlstringrequired
methodstringrequired
statusinteger | null
format int32
status_textstring | null
request_headersstring | null
response_headersstring | null
duration_msinteger | null
format int64
size_bytesinteger | null
format int64
resource_typestring | null

Count

Integer
count

Number of captured requests

Node Info

Internal name
browser_get_network_requests
Category
Automation/Browser/Observe