🤖 For AI agents: The complete documentation index is available at /docs/llms.txt. A markdown version of this page is available at /docs/apis/audit-logs/index.md.
This page contains the APIs that are used to manage the Audit Log. Here are the APIs:
| Operation | Method | Endpoint |
|---|---|---|
| Add an Entry to the Audit Log | POST | /api/system/audit-log |
| Retrieve an Audit Log | GET | /api/system/audit-log/{logId} |
| Search the Audit Log | GETPOST | /api/system/audit-log/search?message={message}&start={start}&end={end}&user={user}/api/system/audit-log/search |
| Export Audit Logs | GETPOST | /api/system/audit-log/export?message={message}&start={start}&end={end}&user={user}/api/system/audit-log/export |