Quick Sight dataset IDs

Can you please help me with getting the dataset IDs for these two dashboards?

  1. NA-PLEX Attendance and Attrition Performance — provides the attendance forecast (expected headcount per department per day) - https://us-east-1.quicksight.aws.amazon.com/sn/account/amazonbi/dashboards/2dd4e141-3f8f-45e2-95c0-853dde412712/sheets/2dd4e141-3f8f-45e2-95c0-853dde412712_75a91271-cd87-4878-b6d2-a02001c79a92?#

  2. D2D Dashboard (Active Roster view) — provides the associate roster with shift patterns, FCLM areas, and job levels. - https://na.prod.d2d-dashboard.rpm.aft.amazon.dev/capstone/YVR3/roster-view

Hi @Max_Payen

Welcome to the Quick Suite community!

As this is a public community forum managed by users, we don’t have access to private account details, so we’re unable to assist directly with this request. I kindly suggest reaching out to your AWS account admin or Quick Suite admin, who will be in the best position to help retrieve these dataset IDs.

To get them programmatically using CLI or API, you can first call list-dashboards to find the Dashboard ID, then use describe-dashboard with that ID and the DataSetArns field in the response will contain the dataset details.

Please refer to the following documentation, which might be helpful for you.