List records on large table: limit but no offset for pagination?

I’m doing a list of the records. But i think i need to paginate it, i see a ‘limit’, but not an offset. How does the pagination work on this? On other api (e.g. /scim/v2/Users) there is a ‘startIndex’, but i don’t see anything on list_records, my table has 50k rows.