get_event_history
Retrieve historical NetBox events filtered by event name or date range to audit activity and troubleshoot access-control incidents.
Instructions
Returns historical NetBox events for an optional event name/date range (wraps NBAPI GetEventHistory).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ENDDTTM | No | Optional. End of the date/time range to query (NBAPI-documented format). | |
| NEXTKEY | No | Optional. Pagination continuation cursor from a previous call. | |
| EVENTNAME | No | Optional. Restrict results to this event name. | |
| STARTDTTM | No | Optional. Start of the date/time range to query (NBAPI-documented format). |