Skip to content

List unused analyses/dashboards/datasets on Quicksight

0

Hi! I'm looking for a way to keep my Quicksight instance clean, for this, at first, I will need the list of the unused elements to start purging them. Is there a way to do this from the console or an endpoint to get usage by element? Thank you!

1 Answer
0

Hi Alexandros,

To get a list of unused elements in your Amazon QuickSight instance, you can use the ListDataSets API operation. This operation allows you to list all the datasets that belong to your AWS account in a specific AWS Region.

Here are the steps to get the list of unused elements:

Determine the AWS account ID you want to use. Use the AWS CLI to call the ListDataSets operation, specifying the AWS account ID and the desired page size and maximum number of results to return.

Example AWS CLI command:

aws quicksight list-data-sets --aws-account-id AWSACCOUNTID --page-size 10 --max-items 100

This command will return a list of all the datasets in your QuickSight instance, which you can then review to identify any unused elements.

You can refer https://docs.aws.amazon.com/quicksight/latest/APIReference/API_ListDataSources.html and https://docs.aws.amazon.com/quicksight/latest/APIReference/API_ListDataSets.html

AWS
answered 2 years ago

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.