> ## 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.

# 审计日志

> 查询审计轨迹。

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

安全相关与产品修改路径会记录审计事件。读取组织审计数据需要 `audit.read`。

**查询参数：** `from`、`to`、`actor_kind`、`actor`、`action`、`target_kind`、`target_id`、
`limit` 和不透明的 `cursor`。`from` 与 `to` 接受 epoch 微秒值，也接受 `now`、`now-30m`、
`now-7d` 等相对时间。响应结构为 `{ "items": [...], "next_cursor": "..." }`。

系统作用域审计使用 `GET /api/v1/system/audit`，需要 `sys.telemetry.read`。
