list_alerts
Retrieve verified safety alerts for processed videos. Filter by video ID, hazard type, or minimum severity to get only confirmed detections.
Instructions
List verified safety alerts for a processed video.
Args: video_id: which processed video; omit if only one has been processed. hazard_type: optional filter, one of the taxonomy keys. min_severity: low, medium or high. Defaults to low, meaning everything.
Returns confirmed alerts only. Rejected detections are available via
list_rejected_detections if you want to audit what the verifier removed.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| video_id | No | ||
| hazard_type | No | ||
| min_severity | No | low |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |