get_recent_events
Retrieve recent UniFi network events—client connections, roams, admin actions—with timestamps to trace what changed on a site.
Instructions
Return recent network events (connections, roams, admin actions) for a site.
Read-only operation: it surfaces the newest logged events with type, timestamp, and subject so you can trace what changed on the network. Use get_alarms when you only care about active fault/warning alarms rather than the full event stream; use get_optimization_recommendations or analyze_network_issues for interpreted, actionable findings.
Args: limit: Maximum number of events to return (default 50). site: Site to query. Defaults to "default". device: Optional console/device name to target a specific UniFi console; omit to use the default.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| site | No | Site to query. Defaults to "default". | default |
| limit | No | Maximum number of events to return (default 50). | |
| device | No | Optional console/device name to target a specific UniFi console; omit to use the default. |