> For the complete documentation index, see [llms.txt](/docs/llms.txt)

# Audit Log API | FusionAuth Docs

Learn about the APIs for adding entries to, searching, and exporting the audit log.

# Audit Log API

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](/docs/apis/audit-logs/add-an-entry-to-the-audit-log) | `POST` | `/api/system/audit-log` |
| [Retrieve an Audit Log](/docs/apis/audit-logs/retrieve-an-audit-log) | `GET` | `/api/system/audit-log/{logId}` |
| [Search the Audit Log](/docs/apis/audit-logs/search-the-audit-log) | `GET`  
`POST` | `/api/system/audit-log/search?message={message}&start={start}&end={end}&user={user}`  
`/api/system/audit-log/search` |
| [Export Audit Logs](/docs/apis/audit-logs/export-audit-logs) | `GET`  
`POST` | `/api/system/audit-log/export?message={message}&start={start}&end={end}&user={user}`  
`/api/system/audit-log/export` |