# List alerts Get all available alerts subject to filters. Endpoint: GET /alerts Version: 0.0.1 Security: o_auth ## Query parameters: - `alertType` (string) The ID of a camera linked to the Alerts. Enum: "offline_alert", "occupancy_alert", "camera_health_summary_alert" - `cameraPositionId` (string) The ID of a camera position linked to the alerts. - `notificationGroupId` (string) The ID of the notification group the alert are sent to. - `organisationId` (string) The ID of the associated organisation. - `occupancyMonitorId` (string) The ID of the associated occupancy monitor. - `siteId` (string) The ID of the associated site. - `state` (string) Alert state. Enum: "active", "deleted" ## Response 200 fields (application/json): - `alertType` (string, required) Enum: "offline_alert", "occupancy_alert", "camera_health_summary_alert", "people_count" - `configurationDetails` (object) - `createdAt` (string) - `deletedAt` (string,null) - `emails` (array,null) - `id` (string,null) - `name` (string, required) - `organisationId` (string, required) - `siteId` (string,null) - `state` (string) Enum: "active", "deleted" - `webhook` (object) ## Response 401 fields (application/json): - `code` (integer) - `message` (string) ## Response 403 fields (application/json): - `code` (integer) - `message` (string) ## Response 422 fields (application/json): - `code` (integer) - `message` (string) ## Response 500 fields ## Response 501 fields