Skip to main content

I am experiencing an issue with pagination with the Search Folders endpoint where no results are returned when the page token is used. In the example I am testing with there are 4 folders returned if no page size query param is provided. If we provide a page size of 1, a single result is returned as expected, and the Link header property is returned as well with the page token. If we attempt to pass that page token as a query param to that same endpoint, we receive a 200 OK but an empty array in the response body.

Testing a similar scenario with the Search Documents endpoint everything works as expected. We are able to pass a page size of 1 and use the page tokens to page through the results as expected. This particular issue only seems to occur with the Search Folders endpoint.

Hi Casey,

We’ve tracked down a bug that seems to be the cause of the issue. We’re working on fixing it right now; I’ll reach out again to let you know when the fix is public, and we’ll see if that resolves the problem you’re seeing.


The fix has been released. Does pagination work for you now?