get_audit_logs
Retrieve audit logs filtered by entity type, user ID, or action to track changes and user activity. Use pagination and limits to control results.
Instructions
Get a list of audit logs. Can be filtered by entity_type, user_id, action, etc. API token required.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Number of logs to return | |
| action | No | Filter by action (e.g., 'created', 'updated') | |
| offset | No | Offset for pagination | |
| user_id | No | Filter by user ID | |
| entity_type | No | Filter by entity type (e.g., 'place', 'user') |