---
title: History
---

[Skip to content](#%5Ftop) 

[API Reference](https://developers.cloudflare.com/api/typescript)

[Alerting](https://developers.cloudflare.com/api/typescript/resources/alerting)

Copy Markdown

Open in **Claude**

Open in **ChatGPT**

Open in **Cursor**

---

**Copy Markdown**

**View as Markdown**

# History

##### [List History](https://developers.cloudflare.com/api/typescript/resources/alerting/subresources/history/methods/list)

client.alerting.history.list(HistoryListParams { account\_id, before, page, 2 more } params, RequestOptionsoptions?): V4PagePaginationArray<[History](https://developers.cloudflare.com/api/typescript/resources/alerting#%28resource%29%20alerting.history%20%3E%20%28model%29%20history%20%3E%20%28schema%29) { id, alert\_body, alert\_type, 6 more } \>

GET/accounts/{account\_id}/alerting/v3/history

##### ModelsExpand Collapse 

History { id, alert\_body, alert\_type, 6 more } 

id?: string

UUID

maxLength32

alert\_body?: string

Message body included in the notification sent.

alert\_type?: string

Type of notification that has been dispatched.

description?: string

Description of the notification policy (if present).

mechanism?: string

The mechanism to which the notification has been dispatched.

mechanism\_type?: "email" | "pagerduty" | "webhook"

The type of mechanism to which the notification has been dispatched. This can be email/pagerduty/webhook based on the mechanism configured.

One of the following:

"email"

"pagerduty"

"webhook"

name?: string

Name of the policy.

policy\_id?: string

The unique identifier of a notification policy

maxLength32

sent?: string

Timestamp of when the notification was dispatched in ISO 8601 format.

formatdate-time