Skip to main content
October 9, 2025
Solved

Pagination not working for Search Folders endpoint

  • October 9, 2025
  • 3 replies
  • 99 views

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.

Best answer by Caden E

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

Comments

Lucid product team
October 9, 2025

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.

Caden EAnswer
Lucid product team
October 10, 2025

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

Casey LAuthor
October 14, 2025

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

Yes, we have tested and the issue appears to be resolved. Thank you for the quick response!