List Audit Logs
neuron_list_audit_logsRetrieve audit logs for the organization, showing a chronological record of actions performed by members. Supports filtering by action type and resource.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page | No | Page number for pagination (default: 1) | |
| limit | No | Number of log entries per page (default: 20) | |
| action | No | Filter by action type (e.g., 'CREATE', 'UPDATE', 'DELETE') | |
| resourceType | No | Filter by resource type (e.g., 'USER', 'ORGANIZATION', 'BOT', 'CAMPAIGN') |