An API that connects multiple Microsoft services, enabling data access and automation across platforms
Microsoft Graph API 504 Error
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