I am using the below mentioned API to get the cost alerts, but I am getting a blank output.
The scope that I am using is at the resource group level (subscriptions/" + subscription_id + "/resourceGroups/" + resource_group_name)
There is a cost alert in Cost Management+Billing -> Cost Alerts, but the API is still giving me a blank output like this :
{
"value": []
}