Quick Sight Data Refresh History Greater Than 90 Days

Quick Sight dataset only allows user to see data refresh history for up to 90 Days. Is there a way to get refresh history data beyond the 90 days ?

Hi @selam_tekie - Not sure whether the more schedules can be extracted from Quick Sight boto3 API. You can give a try . Please see the documentation link below -list_refresh_schedules - Boto3 1.40.47 documentation

Hi @eperts @Max @David_Wong - Any feedback on this.

Regards - Sanjeeb

HI @selam_tekie - Take a look in what Quick Sight sends to CloudWatch (documentation can be found here).

There are DataSet specific metrics such as IngestionInvocationCount which would allow you to track the ingestion for a DataSetID over a longer period of time.

Does that help?

This is a good metrics as well. Thanks @eperts

Thank you @Sanjeeb2022 I will give a try.