# Audit Logs

Treasure AI offers standard and premium audit log features that enable administrators to monitor account access and data usage.

## Standard vs. Premium Audit Logs

| **Feature**  | **Standard Audit Log**  | **Premium Audit Log**  |
|  --- | --- | --- |
| Availability | Included with all accounts | Add-on feature (contact your Customer Success representative) |
| Retention | Last 24 hours | Unlimited (stored in a database table) |
| Access method | Control Panel > Audit Log | Data Workbench > `td_audit_log` database |
| Event detail | Event area, event type, event name | Full detail including resource_id, API operation, IP address, and more |
| Queryable | No (view and download only) | Yes (query with Hive or Presto) |
| Permissions required | Admin | Owner or Admin (can delegate to non-admin users) |


## Standard Audit Logs

The standard audit log lets you view and download events from the last 24 hours directly in the Treasure Console.

For the full list of tracked events and access instructions, see [Standard Audit Logs](/products/control-panel/security/auditlogs/standard-audit-logs).

## Premium Audit Logs

The premium audit log provides a detailed audit trail stored in the `td_audit_log` database. You can query it like any other table to investigate security concerns, track access patterns, and monitor compliance.

- [Premium Audit Logs](/products/control-panel/security/auditlogs/premium-audit-logs) — Access instructions and column interpretation
- [Premium Audit Log Reference](/products/control-panel/security/auditlogs/premium-audit-log-reference) — Complete column schema
- [Premium Audit Log Events](/products/control-panel/security/auditlogs/premium-audit-log-events) — All tracked event types