Last updated
Was this helpful?
$response.bodyDescription: The body of the response object from the last HTTP call. Only available in the ‘HTTP Request’ node
Syntax: $response.$response.body
Returns: Object
Source: Custom n8n functionality
$response.headersDescription: The headers returned by the last HTTP call. Only available in the ‘HTTP Request’ node.
Syntax: $response.$response.headers
Returns: Object
Source: Custom n8n functionality
$response.statusCodeDescription: The HTTP status code returned by the last HTTP call. Only available in the ‘HTTP Request’ node.
Syntax: $response.$response.statusCode
Returns: Number
Source: Custom n8n functionality
$response.statusMessageDescription: An optional message regarding the request status. Only available in the ‘HTTP Request’ node.
Syntax: $response.$response.statusMessage
Returns: String
Source: Custom n8n functionality
Last updated
Was this helpful?
Was this helpful?