http-get
function
The http-get
action Retrieves data from a web server using GET request. It belongs to the http category within the network area.
Action Syntax
http-get https://...
A valid URL
http-get $variable
A variable name starting with $
Return Value
This function returns a
RESPONSE
value that can be stored in a variable:
$result = http-get
Valid sizes
tiny
small
medium
large
extra
Examples
// Basic Usage
$response = http-get https://someurl
Action code: 3532923201
Version: 0.6.4-3
Last updated: 2025-06-13