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

# Audit Log API

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

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