Need help in finding an API that could return the service issues reported in Service Health dashboard

ARUNA BELLURI 0 Reputation points
2025-10-27T22:37:43.21+00:00

Looking for an API that can get me all the service events related to Azure services used in our tenant. I tried this API - https://management.azure.com/providers/Microsoft.ResourceHealth/events?api-version=2025-05-01&queryStartTime=09/24/2025 but it isn't the full list. There are more issues listed in Azure service health dashboard that are missing from the API response - https://aka.ms/azureservicehealth . Is there an API that can get all service events listed in service health dashboard?

Azure Health Data Services
Azure Health Data Services
An Azure offering that provides a suite of purpose-built technologies for protected health information in the cloud.
{count} votes

1 answer

Sort by: Most helpful
  1. Sandhya Kommineni 2,895 Reputation points Microsoft External Staff Moderator
    2025-10-28T03:48:46.2533333+00:00

    Hi ARUNA BELLURI,

    Thanks for posting your question in Microsoft Q&A forum

    To get more detailed service health information related to the Azure services in your tenant, you may want to consider using the Azure Resource Graph API. This tool allows you to query your Azure resources at scale and provides insights into various service health issues.

    • You can execute the query outlined in the official Microsoft documentation using either Azure CLI or PowerShell. This query will help you retrieve details on any active service issues related to the Azure services you are using.
    • Alternatively, if you prefer working within the Azure Portal, you can use the Azure Resource Graph Explorer to run the same query directly. The Azure Resource Graph Explorer provides an interactive interface to run queries and explore your resources and their associated service health data in the portal.
    • This approach will enable you to stay on top of any service disruptions or issues affecting the resources within your Azure environment.

    Document: List of sample Azure Resource Graph queries by category - Azure Resource Graph | Microsoft Learn

    I hope the provided answer is helpful, do let me know if you have any further questions on this Please accept as Yes & upvote if the answer is helpful so that it can help others in the community.

    1 person found this answer helpful.
    0 comments No comments

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.