In my response, i can only get 1000 records , but i have more which is 13832. Iām not able to view or access the remaining records, and I haven't been able to find a setting or option to display all records.
Is there a limit in Retool on the number of rows that can be displayed in a table component? If so, is there a way to increase this limit for the API call?
It appears that your API is only returning the first 1000 due to paging settings. In your API documentation there should be information about how to handle paging, possibly with a limit parameter during your API call, but more likely you will need to create some looping logic to collect all of your results (if you truly need to return them all at once).