x
number of days based on the zone plan (free = 30, pro = 30, biz = 30, ent = 90).curl --location --request GET 'https://api.cloudflare.com/client/v4/accounts//alerting/v3/history'
{
"errors": [],
"messages": [],
"result": [
{
"alert_body": "SSL certificate has expired",
"alert_type": "universal_ssl_event_type",
"description": "Universal Certificate validation status, issuance, renewal, and expiration notices.",
"id": "f174e90a-fafe-4643-bbbc-4a0ed4fc8415",
"mechanism": "test@example.com",
"mechanism_type": "email",
"name": "SSL Notification Event Policy",
"sent": "2021-10-08T17:52:17.571336Z"
}
],
"success": true,
"result_info": {
"count": 1,
"page": 1,
"per_page": 20,
"total_count": 2000
}
}