How is the order of Dashboards decided in ListDashboards API?

The ListDashboards API shows a max of 100 Dashboards. How are these top 100 dashboards selected?
For example: If there are 120 Dashboards in the account, how will the API select the 100 dashboards? Will it show the latest 100 Dashboards based on the created timestamp? Or, the latest 100 dashboards based on the last updated timestamp of the Dashboard? Is there any way to change the parameter based on which the 100 dashboards are selected?
Thanks!

You can add a query statement to the list-dashboards.

https://docs.aws.amazon.com/cli/latest/reference/quicksight/list-dashboards.html

You can also loop through with the --starting-token.

2 Likes

Thanks Max!

I will try this out.

1 Like

Hi @Manpreet , Did this solution work for you? I am marking this reply as, “Solution,” but let us know if this is not resolved. Thanks for posting your questions on the QuickSight Community Q&A Forum!

1 Like