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

# Audit & Access Logs

> Monitor and track account activities with audit logging for Enterprise accounts

Audit logs are available for Enterprise accounts. This feature enhances security visibility, incident investigation, and compliance reporting.

Audit logs include data access logs. All read, write, and delete operations on storage are logged, normalized, and enriched with account context for complete visibility.

## View audit logs

You can view audit logs, including data access logs, using the Fireworks CLI:

```bash theme={null}
firectl ls audit-logs
```

<Frame caption="Audit logs showing data access activities with timestamps, principals, and resource paths">
  <img src="https://mintcdn.com/fireworksai/XAK4ji8XrlzPoITj/images/audit-logs-example.png?fit=max&auto=format&n=XAK4ji8XrlzPoITj&q=85&s=b105237a94cf59826404c2dd275297f3" alt="Audit logs table showing data access activities with columns for timestamp, principal, response code, resource path, and message" width="2110" height="258" data-path="images/audit-logs-example.png" />
</Frame>
