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

# qovery audit-log

> Interact with audit logs

## Overview

Interact with audit logs from your Qovery organization.

## Commands

### export

Export audit logs for a specified date range.

**Usage:**

```bash theme={null}
qovery audit-log export [flags]
```

**Flags:**

* `-f, --from-date` (string) - Start date for audit log export
* `-o, --organization` (string) - Organization ID or name
* `-t, --to-date` (string) - End date for audit log export

**Example:**

```bash theme={null}
qovery audit-log export \
  --organization "my-org" \
  --from-date "2024-01-01" \
  --to-date "2024-01-31"
```
