List Alerts
Returns alerts for an organization within a specified time range.
External Documentation
To learn more, visit the Verkada documentation.
Basic Parameters
Parameter | Description |
---|---|
End Time | The end of the time range for returned alerts.Default value is the current time. |
Include Image URL | The flag to include/exclude image url for notification. |
Notification Type | The notification type of the alert. |
Start Time | The start of the time range for returned alerts.Default time range is a hour ago from the current time. |
Advanced Parameters
Parameter | Description |
---|---|
Limit | The number of items returned in a single response.Default is 100. Max is 200. |
Next Page | The 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
Preview this Workflow on desktop