Retool Coursera API call

Hi!

I'm encountering an issue when trying to do an API call to coursera to get a full list of learners programs in Retool.


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?

Thanks for your help!

Hello @TeeDev and welcome to the community!

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).

Here is a link to the Coursera Business API page on this topic and how to use their settings: https://dev.coursera.com/docs/coursera-for-business-api-product/1/types/Pagination