Elasticsearch - Advanced Patterns
Given the following scroll response snippet, what is the correct next step to fetch more results?
{
"_scroll_id": "DXF1ZXJ5QW5kRmV0Y2gBAAAAAAA",
"hits": {"hits": [{"_id": "1"}, {"_id": "2"}]}
}