Http_poller handling paged responses

We are polling data from a rest api and it pulls back a response in batches. Is there any way for the poller to go grab the next batch? As of right now it is only consuming the 1st 2000 items and never getting past it.

"@metadata": {
"next_batch": "http://10.238.81.121:8080/rest/default/tamwe/v1/nfaflows?pagesize=2000&offset=2000"

AFAIK there isn't, I've also looked.
Please feel free to raise a feature request though :slight_smile: