v1

latestSwagger 2.02026-07-146610689.7 KB
v2

Scroll through search results

Use the scroll API method after performing an API search if you need to retrieve more than 1000 results.

Each call to the scroll API returns the next batch of search results until there are no more results left to return.

To use scrolling, the initial search request should specify the "scroll" parameter. The search context will then be kept alive for 30 seconds between each scroll call.

A scrolling search will cache the entire results temporarily while you retrieve them. As such, it shows a snapshot in time and may become outdated if files have been added, deleted or modified since then. <a href="https://sirv.com/help/articles/search-files-with-the-api/#scroll-through-more-than-1000-results">Learn more</a>

post/v2/files/search/scroll

Request body

scrollIdstring required

Scroll ID returned from preceding /files/search or /files/search/scroll call.

Response

Successful