Make an HTTP GET request to any URL. Optionally configure query string parameters, headers and basic auth.
Add individual query parameters as key-value pairs or disable structured mode to pass multiple key-value pairs as an object.
Add individual headers as key-value pairs or disable structured mode to pass multiple key-value pairs as an object.
To use HTTP basic authentication, enter a username and password separated by | (e.g., myUsername|myPassword).
auths objectreturn or this.key = 'value', pass input data to your code viaparams, and maintain state across executions with$checkpoint.async (event, steps) => {}await $respond({
status: 200,
immediate: true,
body: steps.get_iss_position.$return_value.iss_position
})