I tried using the python equivalent function of the api
https://api.smartsheet.com/2.0/reports?modifiedSince=2024-08-01T00:00:00Z&include_all=True
as
self.smartsheet_client.Reports.list_reports(modified_since='2024-08-01T00:00:00Z', include_all=True)
This time it's giving me all the reports 360 of it, why didn't the python function limit the reports to just after the date provided?
thanks,
Sandeep