Notification History(通知履歴)は、Notifications サービス経由でアカウントに送信された通知のログです。Notification History に含まれる情報は、通知本体、送信日時、送信先です。
現在、Notification History には Cloudflare API からアクセスできます。GET を使うと、アカウントに送信された通知の履歴レコード一覧を取得できます。レコードの表示期間は、プラン種別に応じて直近 30 日または 90 日です。
GET accounts/{account_id}/alerting/v3/historycurl "https://api.cloudflare.com/client/v4/accounts/{account_id}/alerting/v3/history?page=1&per_page=25" \
--header "Authorization: Bearer <API_TOKEN>"Notification History はすべてのプランで利用できます。参照できる履歴の範囲はプラン種別によって異なります。
- Free、Pro、Business: 直近 30 日の履歴。
- Enterprise: 直近 90 日の履歴。