Hi, is there a way to see the data extract size in Quicksight via telemetry or usage details?
Hi @chnsri - Welcome to the community.
You can see the dataset size in SPICE in the console as shown in screenshot below.
To see the data extract size for SPICE datasets in QuickSight using API, you can use the DescribeDataSet API. The DescribeDataSet response contains the ConsumedSPICECapacityInBytes attribute which shows the SPICE capacity used by that dataset.
1 Like
Thanks @awsvig for your response. I’m looking to know the data sizes through the API for all our team’s data sets on amazonbi account. Is it possible? Also, what is the datasetid parameter that the API requires?
Hi @chnsri – You can get the datasetid by using ListDataset API