List clustered events (incident intelligence)
list_eventsReturns spatially clustered emergency events as a GeoJSON FeatureCollection. Events group related incidents using PostGIS ST_ClusterDBSCAN spatial clustering. Each event has a boundary polygon, centroid, affected suburbs, contributing agencies, and auto-generated title and summary. Only active events are returned by default.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Maximum events to return (default 50, max 200) | |
| state | No | Comma-separated state codes to filter by (e.g. nsw,vic). Uses array overlap matching. | |
| severity | No | Comma-separated max severity levels | |
| eventType | No | Comma-separated event types (e.g. bushfire,flood) | |
| warningLevel | No | Comma-separated max warning levels |