> ## Documentation Index
> Fetch the complete documentation index at: https://docs.omneo.io/llms.txt
> Use this file to discover all available pages before exploring further.

# Audits

# What are Audits?

Audits are configured for Omneo events such as Tier achievements.
*Contact your Omneo Administrator to configure audit events within Omneo.*

| Attribute                | Description                                                                                                   |
| ------------------------ | ------------------------------------------------------------------------------------------------------------- |
| id `INTEGER`             | A unique Omneo id of the audit                                                                                |
| user\_id `INTEGER`       | The user id of the created audit. `null` if it is a system generated audit record                             |
| event `STRING`           | The audited event 'updated', 'created', 'deleted'                                                             |
| auditable\_type `STRING` | The type of the audit event. For example, this would be `Tier` if the audited event was a tier achievement    |
| auditable\_id `INTEGER`  | The id of the audited event. For example, if a tier was achieved, this would be the `id` of the tier instance |
| old\_values `OBJECT`     | The original values of the record before to the audited change                                                |
| new\_values `OBJECT`     | The new values of the record after the audited change                                                         |
| url `STRING`             | The URL associated with the audit event                                                                       |
| ip\_address `STRING`     | The IP address associated with the audit event                                                                |
| profile\_id `STRING`     | The profile\_id associated with the audited event                                                             |
| token\_name `STRING`     | The name of the [Tokens](ref:access-tokens) used in the audited event                                         |
| user\_agent `STRING`     | The user associated with the audit event                                                                      |
| created\_at `DATE-TIME`  | The ISO date-time of when the audit record was created                                                        |
| updated\_at `DATE-TIME`  | The ISO date-time of when the audit record was last updated                                                   |
