Groovy (Low-code)SDK Functions (Groovy)HTTP (deprecated)Last Requesthttp.getResponseOn this pagehttp.getResponse http.getResponse() Description Retrieves the response from the last request. Example http = option.httpres = http.get(url)res2 = http.getResponse()