> For the complete documentation index, see [llms.txt](https://docs.ox.security/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.ox.security/admin-settings/audit-logs.md).

# Audit Logs

You can use Audit Logs to review user activity and administrative events across your organization. Audit logs help you investigate actions performed in OX, verify scan activity, and troubleshoot authentication or operational issues.

The Audit Logs page displays audit events in chronological order and provides filters to help you quickly locate specific events.

From the menu pane, go to **ADMIN > Audit Logs**.

<figure><img src="https://884876233-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FdK3XMLdV8zRg847RmGmZ%2Fuploads%2Fgit-blob-b294eaa9c3668dfbe120530dd9b74b6f198ebfad%2FAudut_log_general.png?alt=media" alt="" width="563"><figcaption></figcaption></figure>

Use this page to:

* monitor logins, scans, and user actions
* investigate unusual or unauthorized activity
* [export audit logs](/admin-settings/audit-logs/exporting-audit-logs.md)

## Prerequisites

You need read/write permissions to view audit logs.

## Audit log columns

The Audit Logs table includes the following columns.

| Column              | Description                                                                                                                                                                                                                                                  |
| ------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ |
| **User**            | User who performed the action.                                                                                                                                                                                                                               |
| **Action**          | Action that was performed, such as **Login**, **Scan Now**, or **Scan Finished**.                                                                                                                                                                            |
| **Additional Info** | Additional information about the event. The displayed information depends on the event type. For example, authentication events display the login method and assigned user roles, while scan events display the scan ID, enabled connectors, or scan status. |
| **Log Type**        | Category of the audit event, such as **Authentication** or **Scan**.                                                                                                                                                                                         |
| **Date**            | When the event occurred.                                                                                                                                                                                                                                     |

## Filter audit logs

You can filter the displayed audit logs to show only the events that you want to review.

<table><thead><tr><th width="269.8333740234375">Filter</th><th>Description</th></tr></thead><tbody><tr><td><strong>Action</strong></td><td>Displays only logs for the selected actions.</td></tr><tr><td><strong>User</strong></td><td>Displays only logs generated by the selected users.</td></tr><tr><td><strong>Log Type</strong></td><td><p>Use the tooltips to identify icons.</p><ul><li><strong>User:</strong> The name of the user.</li><li><strong>Action:</strong> Login or Scan.</li><li><strong>Additional Info:</strong> Shows additional details like the User Role or Scan ID.</li><li><strong>Log Type</strong></li><li><strong>Date:</strong> The date of the action.</li></ul></td></tr></tbody></table>

## View scan details

You can view additional information about scan events from the Audit Logs page.

**To view scan details:**

* On the **Audit Logs** page, select a **Scan** event.

<figure><img src="https://884876233-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FdK3XMLdV8zRg847RmGmZ%2Fuploads%2Fgit-blob-79aeaa364580bea64aba0719b56c14d55695e763%2Faudit_log_general_info.png?alt=media" alt="" width="506"><figcaption></figcaption></figure>

### General info

The **General Info** section summarizes the audit event.

| Field         | Description                                                           |
| ------------- | --------------------------------------------------------------------- |
| **Time**      | Time when the audit event was recorded.                               |
| **User**      | User who initiated the scan.                                          |
| **Operation** | Operation associated with the audit event, such as **Scan Finished**. |

### Details

The **Details** section provides information about the scan.

| Field        | Description                                                            |
| ------------ | ---------------------------------------------------------------------- |
| **Scan ID**  | Unique identifier of the scan.                                         |
| **Started**  | Time when the scan started.                                            |
| **Finished** | Time when the scan completed.                                          |
| **Status**   | Final scan status, such as **Succeeded**, **Failed**, or **Canceled**. |

> **Note:**\
> Detailed information is available only for scan events.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://docs.ox.security/admin-settings/audit-logs.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
