Share via

Microsoft Graph API 504 Error

Janani 1 Reputation point
2022-01-05T07:30:50.513+00:00

We are using Microsoft Graph API for Azure directory audit. Recently, few of our customers are receving 504 gateway error for directory audit logs whereas sign in logs is working fine.
Audit log URL : https://graph.microsoft.com/v1.0/auditLogs/directoryAudits?$filter=activityDateTime le 2022-01-04T15:42:04Z
Sign-In log URL : https://graph.microsoft.com/v1.0/auditLogs/signIns?$filter=createdDateTime gt 2021-12-17T11:07:31Z and createdDateTime le 2022-01-04T15:43:09Z

Response String for Audit log URL:
{"error":
{
"code":"UnknownError",
"message":"",
"innerError":{
"date":"2022-01-04T15:37:22",
"request-id":"0f05c329-883b-4dfd-8aac-2ccda3a71ffc",
"client-request-id":"0f05c329-883b-4dfd-8aac-2ccda3a71ffc"
}
}
}
Any help immediately would be appreciable.
Thank you !

Similar issue: https://learn.microsoft.com/en-us/answers/questions/612794/microsoft-graph-workbook-range.html

Microsoft Security | Microsoft Graph

Your answer

Answers can be marked as 'Accepted' by the question author and 'Recommended' by moderators, which helps users know the answer solved the author's problem.