Limit on rows to get via API

Hi there,

Is there a limit to how many rows you can get via an API request?

I’m currently using the hosted version and there seems to be a limit of 100 rows that I can get via API. Is this correct? Would it be different if I was using the self-hosted version?

Thanks

1 Like

Hey @smaritz! @Peter pointed you to the right answer — thanks Peter!

Currently, the maximum amount of rows that can be fetched per request is 200 by default. If you want to increase this number, you need to switch to a self-hosted version and change it via the BASEROW_ROW_PAGE_SIZE_LIMIT environment settings.