Describe the problem/error/question
When trying to paginate results from an HTTP node, it errors out or does not stop running until it errors.
If I run the node without pagination you can see the link in the body
Please share your workflow
Share the output returned by the last node
Information on your n8n setup
n8n version: Version 1.102.4
n8n EXECUTIONS_PROCESS setting (default: own, main): own
Running n8n via (Docker, npm, n8n cloud, desktop app): n8n cloud
This pattern implements manual pagination for APIs that don’t properly handle next_page_links or don’t have reliable automatic pagination from Node HTTP. Instead of relying on Node’s native pagination mode, it uses a loop controlled by conditions and variables.
https://n8n.io/workflows/1169-handle-pagination-in-http-requests/?_gl=1*1c6rprl*_ga*MzQwOTIzNzYyLjE3NTE2NDQyMDc.*_ga_0SC4FF2FH9*czE3NTM4MDQwNjkkbzI2JGcxJHQxNzUzODEzMDYzJGo2MCRsMCRoMA ..
system
Closed
October 27, 2025, 6:20pm
3
This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.