Skip to content

Get Query Params Node

UI/Navigation

Get Query Params

Gets query parameters from the current URL

a2ui_get_query_paramsstd
Inputs2
Outputs3
Security exposure10/10
Packagestd

Ratings

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

No score metadata has been set for this node yet.

Input Pins

2

Execution
exec_in

Execution input

Param Name

String
param_name

The name of the query parameter to get (optional - if empty, returns all params)

Output Pins

3

Execution
exec_out

Execution output

Value

Generic
value

The parameter value (string if param_name specified, object if all params)

Exists

Boolean
exists

Whether the parameter exists

Node Info

Internal name
a2ui_get_query_params
Category
UI/Navigation