lattice_get_audit_log
Retrieve audit log entries from Lattice container platform. Filter by user, action, or resource type to see who did what and when.
Instructions
Get recent audit log entries (who did what, when). Filter by user, action, or resource type to answer 'who deleted X' without scanning.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Number of entries (default 50) | |
| action | No | Filter by action (e.g. create, update, delete, deploy) | |
| offset | No | Skip this many entries for pagination | |
| user_id | No | Filter by the user who performed the action | |
| resource_type | No | Filter by resource type (e.g. stack, container, worker, registry) |