Retrieve a list of alerts matching the request.

interface ListAlertsResponse {
    alerts: Alert[];
    totalCount: number;
}

Properties

Properties

alerts: Alert[]

List of alerts matching the applied filters.

totalCount: number

Total count of alerts matching the request.