AuditLogs
Returns audit log entries, including actor, source, and action details.
View-Specific Information
Select
The following queries are processed server-side while other filters are processed client-side within the provider:SELECT * FROM AuditLogs
SELECT * FROM AuditLogs WHERE Id = '13963723114908'
Columns
| Name | Type | References | Description |
| Id [KEY] | Long | The Id automatically assigned upon creation. | |
| ActorId | Long | The Id of the user or system that initiated the change. | |
| SourceId | Long | The Id of the item being audited. | |
| ActorName | String | The name of the user or system that initiated the change. | |
| ActionLabel | String | The localized string of the action field. | |
| SourceType | String | The type of item being audited. | |
| SourceLabel | String | The name of the item being audited. | |
| Action | String | The type of change made. Possible values are create, destroy, exported, login, and update. | |
| ChangeDescription | String | The description of the change that occurred. | |
| IpAddress | String | The IP address of the user doing the audit. | |
| CreatedAt | Datetime | The date and time when the audit log entry was created. | |
| Url | String | The URL to access the audit log. |