NOAA Storm Events
Fetch NOAA Storm Events detail records from the current NCEI bulk export.
Custom One-shot
Fetch NOAA Storm Events detail records from the current NCEI bulk export.
Technical details
Authentication ▾
Contact us for setup details.
Ingestion ▾
Mode: One-shot
Tools exposed (1) ▾
noaa/get_storm_events
Fetch NOAA Storm Events detail records from the current NCEI bulk export.
Inputs ▾
noaa/get_storm_events
| Name | Type | Required | Description |
|---|---|---|---|
| year | number | yes | Storm Events detail file year, e.g. 2025. |
| state | string | no | Optional state filter, e.g. 'NEW YORK'. |
| eventType | string | no | Optional event-type filter, e.g. 'Flood' or 'Winter Storm'. |
| county | string | no | Optional county or zone name filter. |
| limit | number | no | Maximum number of records to return. Default 100. |
| filter_paths | string[] | no | Optional glob paths to reduce the response. |