progressive-scaler opened a new issue, #25815: URL: https://github.com/apache/superset/issues/25815
A clear and concise description of what the bug is. My goal is to list all the dashboards from superset, and for each dashboard, export the files and name them accordingly with its title, author and the date it was created. The problem is that having 31 dashboards, i am only able to retrieve information of 20. I tested the link in the following formats: - https://superset-tests.myserver.com/api/v1/dashboard/ - https://superset-tests.myserver.com/api/v1/dashboard/?page=0&page_size=50 - https://superset-tests.myserver.com/api/v1/dashboard/?page=1 They all retrieve the same output #### How to reproduce the bug 1. Access a valid Superset instance, with more than 20 dashboards, with the api call _**api/v1/dashboard/**_ 2. Validate the number of dashboard retrieved is equal to the count attribute. ### Expected results I expect that the number of items retrieved are equal to the total number of dashboards. ### Actual results The number of items retrieved is always 20, even when you have more than 20 dashboards. #### Screenshots  ### Environment - Chrome Version 118.0.5993.118 (Official Build) (64-bit): - superset version: `superset version` - python version: N/D - node.js version: N/D - any feature flags active: N/D -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: notifications-unsubscr...@superset.apache.org.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: notifications-unsubscr...@superset.apache.org For additional commands, e-mail: notifications-h...@superset.apache.org