I’m newbie in n8n and I’m trying to use HTTP Request node to download info from an API from Agendor CRM. When I use a GET with manual parameters everything seems to be allright, but when I tried using pagination to get data from multiple pages, it’s not working the way I want and I don’t know how to solve.
The Agendor API sent me the next page link, and when there is no next page this link doesn’t exist (as you can see in the images).
I set up Pagination mode as ‘Response Contains Next URL’ and pagination complete when ‘Response is empty’.
When I execute this node it doesn’t stop, so I set Max Pages to a 100 and when checked the data it seems to loop until it completed a 100 pages.
What I’m missing?
Information on your n8n setup
- I’m using n8n service but got this same behavior on a n8n on a VPS



