simplisafe_get_events
Retrieve recent SimpliSafe security events—arm/disarm, sensor opens, lock changes, alarms, errors—sorted newest first, with ISO and epoch timestamps.
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). |