Microsoft Graph Security API returns an empty result

Microsoft

I wanted to pull security alerts via Microsoft Graph Security API. I tried to pull security alerts from Microsoft Graph Explorer and also tried to pull security alerts from a Python application (by following the sample here). In both ways, the API always returned the result below. There are some security alerts on my Azure Security Center dashboard. The global admin gave all required permissions (such as read/write security alerts/actions) to the applications already.

 

{
"value": []
}
 
Anyone faces the same issue? Do you know what is the cause?

PS. I don't have any issue pulling the security score. It is only security alerts that I failed to pull.
0 Replies