Python list_rows limited to 50000 rows?

Hello, I am using base.list_rows from the python API against a table with 60,000 rows. It seems that I can only fetch chunks of 50000 rows regardless of the setting of the limit argument.

Thank you!

50,000 row will be returned in maximum. You can use start and limit parameters if you want to list rows beyond the first 50,000.

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