Skip to content
Start here

History

List History
client.alerting.history.list(HistoryListParams { account_id, before, page, 2 more } params, RequestOptionsoptions?): V4PagePaginationArray<History { 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