Data API URL only pulling 100 rows

I kind of have the same issue and could use some help. If you are willing to please let me know.

There is something new about the 100 rows limitation on API calls?
I would like to get a list of datatypes via bubble DataAPI but this limitation is giving me hard times.

Thank you!

Any feedback on this. How do I get more records? I have tried to use the cursor & limit as described in the docs, but not successfully. The upper limit is still 100 records. Cursor & limits works 100% below 100 records eg 1-50, but does not work above 100 records.
Any advice? Thanks.

Ok so after some looongs research and testing…this is how it work
cursor, where it should start to search for records, eg if you are looking for records between 100 and 200, then the cursor should start 100 and the limit will be 100, if you are looking for records between 500 and 600, then the cursor should start 500 and the limit will be 100. So you need to run a loop if you want to see all the records.

1 Like

any updates on this? 100 limit is way too low!!

Just bumping – it seems reasonable to get higher limits than 100 when reading from the API…

Bumping again! Please increase limit from 100

1 Like

Another bump. The documentation states that, “There is a limit of 50,000 items in any GET request.” However, the actual limit remains 100 items per GET request.

1 Like

Hi @matt71 , were you able to solve this?