Given a dataset id, how can I find out the resources that depends on that dataset id?

Hi @mukeshusc2018,

I believe the original question was about how to find the datasets where an RLS dataset is being used.

If you want to use the API to find what dataset is being used in an analysis or dashboard, you can use DescribeAnalysis or DescribeDashboard. You’ll see “DataSetArns” in the response.

You can loop through the response for all your analyses and dashboards to look for a specific dataset ID.