I am running into issues with the message trace input. Everything is set up correctly and all other inputs from the app are working as intended. I double checked that the right permissions were added on Azure side. I keep running into this same error code with too many 500 error responses. One of the things we have tried on our end is reducing the query window size, but that didn't help. Please advise. requests.exceptions.RetryError: HTTPSConnectionPool(host='reports.office365.com', port=443): Max retries exceeded with url: /ecp/reportingwebservice/reporting.svc/MessageTrace?$filter=StartDate%20eq%20datetime'2025-12-28T10:18:16Z'%20and%20EndDate%20eq%20datetime'2025-12-28T10:19:16Z' (Caused by ResponseError('too many 500 error responses'))
... View more