AuditReports
Returns all audit reports requested by users in the tenant.
Columns
| Name | Type | Description |
| Id [KEY] | Integer | The primary key ID of the audit report. |
| UserGuid | String | The UUID of the user who requested the report. |
| Until | Datetime | The end time of the date range for the report. |
| Status | String | The status of the report. |
| StartedOn | Datetime | The date the report request was started. |
| Since | Datetime | The start time of the date range for the report. |
| RequestorName | String | The name of the user who requested the report. |
| RequestorEmail | String | The email address of the user who requested the report. |
| RequestedOn | Datetime | The date the report was requested. |
| RecordType | String | The type of record requested (for example, Account). |
| RecordIds | String | The Salesloft object IDs for the record type. |
| Name | String | The name of the report. |
| Error | String | Any error message that was returned. |
| EmailNotification | Boolean | Indicates whether an email notification is sent when the report is complete. |
| DownloadUrl | String | The download URL from AWS. |
| DataSource | String | The primary source of the data (for example, Database). |
| CompletedOn | Datetime | The date the report request was completed. |
| AuditedUserGuids | String | The UUID of the user who performed the audited action. |
| Actions | String | The action that was audited. |