List alerts
Retrieve a paginated list of fleet alerts.Parameters
Optional filtering and pagination parameters
Filter alerts by status (e.g., ‘open’, ‘acknowledged’, ‘resolved’)
Filter alerts by severity level
Filter alerts by device UID
Filter alerts by rule UID
Maximum number of alerts to return per page
Cursor for pagination
Returns
Array of fleet alerts
Unique identifier for the alert
UID of the rule that triggered this alert
UID of the associated device
UID of the associated recording
Alert severity level
Alert status (e.g., ‘open’, ‘acknowledged’, ‘resolved’)
Alert message
Timestamp when the alert was triggered
Timestamp when the alert was acknowledged
User who acknowledged the alert
Timestamp when the alert was resolved
Note added when resolving the alert
Creation timestamp
Last update timestamp
Cursor for the next page of results
Cursor for the previous page of results
Whether more results are available
Get alert
Retrieve a specific alert by UID.Parameters
The unique identifier of the alert
Returns
The requested alert
Acknowledge alert
Acknowledge an alert to indicate it has been seen.Parameters
The unique identifier of the alert to acknowledge
Returns
The updated alert with acknowledgment information
Resolve alert
Resolve an alert and optionally add a resolution note.Parameters
The unique identifier of the alert to resolve
Resolution details
Note describing how the alert was resolved
Returns
The updated alert with resolution information
Alert channels
Alert channels define how and where notifications are sent when alerts are triggered.List alert channels
Retrieve a paginated list of alert channels.Parameters
Returns
Array of alert channels
Unique identifier for the alert channel
Alert channel name
Channel type (e.g., ‘email’, ‘slack’, ‘webhook’)
Channel-specific configuration
Creation timestamp
Last update timestamp
Cursor for the next page of results
Cursor for the previous page of results
Whether more results are available
Create alert channel
Create a new alert notification channel.Parameters
Returns
The newly created alert channel
Delete alert channel
Delete an alert channel.Parameters
The unique identifier of the alert channel to delete
Returns
Returnsvoid on success.
Test alert channel
Send a test notification to verify an alert channel is configured correctly.Parameters
The unique identifier of the alert channel to test
Returns
Test result message
UID of the tested channel
Type of the tested channel