Skip to content
Start here

History

List History
alerting.history.list(HistoryListParams**kwargs) -> SyncV4PagePaginationArray[History]
GET/accounts/{account_id}/alerting/v3/history
ModelsExpand Collapse
class History:
id: Optional[str]

UUID

maxLength32
alert_body: Optional[str]

Message body included in the notification sent.

alert_type: Optional[str]

Type of notification that has been dispatched.

description: Optional[str]

Description of the notification policy (if present).

mechanism: Optional[str]

The mechanism to which the notification has been dispatched.

mechanism_type: Optional[Literal["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: Optional[str]

Name of the policy.

policy_id: Optional[str]

The unique identifier of a notification policy

maxLength32
sent: Optional[datetime]

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

formatdate-time