How to retrieve dashboard fields list or KPI List from API

Hi @ErikG @Sanjeeb2022

I want the list of fields used in dashboard when that particular dashboard is selected from API, is there a way to get the metrics information(through API)
How to retrieve dashboard fields list or KPI List from API?

Hi @Akshaymanjunath

You can use

or

and

BR

1 Like

Thank you @ErikG for sharing the details.

Hi @Akshaymanjunath - If you are planning to use python script, look at the boto3 documentation for QuickSight, see the link below .
https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/quicksight.html

Regards - Sanjeeb