Make sure to enable access logs in the org settings
What are Action Logs?
Action logs capture administrative events and configuration changes performed by users or API keys in the Pangolin dashboard. They record management operations such as creating resources, modifying settings, managing users, and other organizational changes. These logs are useful for:- Maintaining an audit trail of configuration changes
- Tracking administrative actions for compliance
- Identifying who made specific changes to your infrastructure
- Troubleshooting configuration issues by reviewing recent changes
- Meeting security and compliance requirements

Action Log Fields
Each action log entry contains the following fields:| Field | Type | Description |
|---|---|---|
timestamp | number | Unix timestamp (in seconds) when the action was performed |
action | string | The specific action that was performed (e.g., “createResource”, “updateUser”, “deleteTarget”) |
actorType | string | The type of actor performing the action (“user” or “apiKey”) |
actor | string | The display name of the actor (username or API key name) |
actorId | string | The unique identifier for the actor (user ID or API key ID) |
metadata | string | Additional contextual information about the action in JSON format (often contains request parameters) |

