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

# Audit log

> Query the audit trail.

```http theme={null}
GET /api/v1/audit
```

Security-relevant and product mutation paths record audit events. Reading organization audit data
requires `audit.read`.

**Query parameters:** `from`, `to`, `actor_kind`, `actor`, `action`, `target_kind`, `target_id`,
`limit`, and opaque `cursor`. `from` and `to` accept epoch microseconds or relative values such as
`now`, `now-30m`, and `now-7d`. The response is `{ "items": [...], "next_cursor": "..." }`.

System-scope audit uses `GET /api/v1/system/audit` and requires `sys.telemetry.read`.
