Hi @IvanElias ,
REST endpoints support cursor-based pagination.
Cursor-based pagination is a specific type of pagination that uses a cursor to keep track of where the current page of data ends and the next page begins. This cursor can be a timestamp, an ID, or any other unique identifier that can be used to identify a specific point in the dataset.
You can read more and find examples in this developer document on REST Pagination.
Hope that helps!