Skip to main content
Solved

Pagination not working for Search Folders endpoint

  • October 9, 2025
  • 3 replies
  • 39 views

Forum|alt.badge.img+1

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

Forum|alt.badge.img+2
  • 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.


Forum|alt.badge.img+2
  • Lucid product team
  • Answer
  • October 10, 2025

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


Forum|alt.badge.img+1
  • Author
  • 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!