list_audit_logs
Query the immutable audit log for all VibOps operations, including actor, duration, and cost, with optional filters for time and action.
Instructions
Query the immutable VibOps audit log.
Every operation (deploy, scale, policy change, identity rotation…) is recorded with full context: actor, org, cluster, parameters, result, duration, cost. Entries are HMAC-chained — use verify_audit_chain to confirm integrity.
Args: from_dt: Start of time window, ISO 8601 (e.g. "2026-05-01T00:00:00Z"). Optional. to_dt: End of time window, ISO 8601. Optional. action: Filter by action type (e.g. "helm_upgrade", "scale_cluster"). Optional. limit: Maximum number of entries to return (default 50, max 500).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | ||
| to_dt | No | ||
| action | No | ||
| from_dt | No |