simplisafe_get_events
Retrieve recent security events from the base station, including arm/disarm, sensor opens, lock/unlock, alarms, and errors, sorted newest first.
Instructions
Get recent events recorded by the base station — arm/disarm, sensor opens, lock and unlock, alarms, errors — newest first. Each event carries an ISO timestamp alongside the raw epoch seconds.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| sid | No | System id. Optional when the account has exactly one system; required when it has several. | |
| event_type | No | Only return events with this eventType, e.g. "activity" or "alarm". | |
| num_events | No | How many events to return, 1-50 (SimpliSafe rejects more than 50). Defaults to 50. | |
| from_timestamp | No | Only events at or after this Unix timestamp (seconds). |