Concept Flow - Scroll API for deep pagination
Start Scroll Search
Receive initial batch of results + scroll_id
Use scroll_id to request next batch
Receive next batch + updated scroll_id
No more results?
Yes→End Scroll
↩Back to Use scroll_id
The Scroll API starts a search and returns a batch of results with a scroll ID. You use this ID to fetch the next batch repeatedly until no results remain.