Cloudflare Docs
Notifications
Edit this page on GitHub
Set theme to dark (⇧+D)

Notification History

Notification History is a log of notifications that have been sent to your account via the Notifications service. Information contained in Notification History includes the notification itself, when the notification was sent, and who the notification was sent to.

​​ How to access Notification History

Currently, customers can access Notification History via the Cloudflare API. Using GET, customers can retrieve a list of history records for notifications sent to an account. The records are displayed for the last 30 or 90 days, based on the type of plan.

Syntax
GET accounts/{account_id}/alerting/v3/history
Example
curl "https://api.cloudflare.com/client/v4/accounts/9a7806061c88ada191ed06f989cc3dac/alerting/v3/history?page=1&per_page=25" \
--header "X-Auth-Email: <EMAIL>" \
--header "X-Auth-Key: <API_KEY>" \

​​ Availability

Notification History is available on all plans. The amount of history clients have access to depends on the type of plan:

  • Free, Pro, and Business: History from the past 30 days.
  • Enterprise: History from the past 90 days.