v1
latestOpenAPI 3.0.3Apache 2.02026-07-175678720.5 KBincidents
Get Places or sensor with severe Incidents
get/incidents/severe
Query parameters
fromTimestampstring date-time
toTimestampstring date-time
placestring
This parameter is incompatible with sensorId. Only one of them can exist in the query.
sensorIdstring
This parameter is incompatible with place. Only one of them can exist in the query.
severeIncidentTypesstring[]
vlmVerifiedboolean
Set to true to retrieve VLM verified incidents.
vlmVerdict'all' | 'confirmed' | 'rejected' | 'verification-failed' | 'not-confirmed'
Filter incidents by VLM verdict. Can only be provided when vlmVerified is true.
Response
Successful Operation.
Example response
{
"severeAlerts": {
"places": [
"city=Santa Clara/building=NVIDIA Voyager/room=Visitor Lobby"
]
}
}