How to limit results using Java SDK

How can I limit the results returned , especially when retrieving the logs. Like first 100 or something.

Hey @vemurik!
The SDK pages through results automatically, so you can just stop iterating when you reach 100, and the next page will NOT be requested. We will likely expose more fine grained control over this in a future release.

This topic was automatically closed 24 hours after the last reply. New replies are no longer allowed.