API (Get Rows) - Max number of rows?

Hi

Im using API (Get Rows) to get a Big Table, but im only getting the first 10.000 rows.
Is this a limit from Glide?

Ah sorry, found is in documentation: Using Glide API | Glide Docs

Is there a function to “startAt”: lastrow-5000?

As far as I’m aware, that’s not supported with the Big Table query API. I think you’d probably have to figure out a way to filter the results, perhaps based on a date range?

Ok. For now, i’ll just follow the guide and add another query with “startAt”: CONTINUATION.

Later i can change et to two query’s, first one to get lastrow and then the accual query.