External DocumentationTo learn more, visit the Verkada documentation.
Actions
List Alerts
Returns alerts for an organization within a specified time range.

Preview this Workflow on desktop
Was this page helpful?
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
| 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. |
| 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. |
{
"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"
}
]
}
Was this page helpful?