Files
n8n-docs/docs/code/builtin/http-node-variables.md
2025-09-12 11:20:28 +01:00

18 lines
636 B
Markdown

---
description: n8n provides these methods to make it easier to perform common tasks in expressions.
contentType: reference
hide:
- toc
---
# HTTP Request node variables
Variables for working with HTTP Request node requests and responses when using pagination.
Refer to [HTTP Request node pagination](/integrations/builtin/core-nodes/n8n-nodes-base.httprequest/pagination.md) for example pagination configurations.
/// note | HTTP node only
These variables are for use in expressions in the HTTP Request node. You can't use them in other nodes.
///
--8<-- "_snippets/integrations/builtin/core-nodes/http/pagination-variables.md"