Skip to main content

List Alerts

Returns alerts for an organization within a specified time range.

External Documentation

To learn more, visit the Verkada documentation.

Basic Parameters

ParameterDescription
End TimeThe end of the time range for returned alerts.
Default value is the current time.
Include Image URLThe flag to include/exclude image url for notification.
Notification TypeThe notification type of the alert.
Start TimeThe start of the time range for returned alerts.
Default time range is a hour ago from the current time.

Advanced Parameters

ParameterDescription
LimitThe number of items returned in a single response.
Default is 100. Max is 200.
Next PageThe pagination token used to fetch the next page of results.

Example Output

{
"next_page_token": "string",
"notifications": [
{
"camera_id": "string",
"created": 0,
"crowd_threshold": 0,
"image_url": "string",
"notification_type": "string",
"objects": [
"string"
],
"person_label": "string",
"video_url": "string"
}
]
}

Workflow Library Example

List Alerts with Verkada and Send Results Via Email

Workflow LibraryPreview this Workflow on desktop