system_events
Retrieve recent container daemon events aggregated by type and action. Filter by event type and look-back window to diagnose infrastructure issues.
Instructions
[READ] Recent daemon events over the last N seconds, rolled up by type+action.
Args: since: Look-back window in seconds (1..86400, default 3600). event_type: Filter to one event type (container/image/volume/network); omit for all. target: Target name from config; omit for the default.
Returns an envelope: {"events": [...], "returned": N, "limit": L, "truncated": bool, "total": T}. When "truncated" is true only the most recent events fit — narrow the window with a smaller "since".
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| since | No | ||
| target | No | ||
| event_type | No |