# View and filter audit logs

Audit logs are listed in chronological order. Open any event to see full details.

### View audit logs

<figure><img src="/files/OixWW01E4OKHCKcuhTEE" alt=""><figcaption></figcaption></figure>

{% stepper %}
{% step %}

### Open audit logs

Go to **Account Settings → Security → Audit logs**.
{% endstep %}

{% step %}

### Browse events

Events are shown newest first. Scroll to load more.
{% endstep %}

{% step %}

### Open event details

Click an entry to see full context.
{% endstep %}
{% endstepper %}

### What’s included in an event

Each entry can include:

* User
* Action (event type)
* Timestamp
* Status (**success**, **failure**, **denied**)
* IP address and device info
* Before/after values (when something changes)

<figure><img src="/files/BijU07VrwICHckGAQiYN" alt=""><figcaption></figcaption></figure>

### Filter logs

Use filters to narrow results:

* **Category** (authentication, data access, etc.)
* **Event type** (for example `user.login`, `recording.deleted`)
* **User**
* **Severity** (Low, Medium, High, Critical)
* **Status** (Success, Failure, Denied)
* **Date range**
* **Search** (IP address, event type)

<div align="left"><figure><img src="/files/SLdWTCQ1GemvebKCl1Li" alt="" width="343"><figcaption></figcaption></figure></div>

{% hint style="info" %}
If you plan to export, apply a date range first. It keeps exports fast and under the row limit.
{% endhint %}


---

# Agent Instructions: 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:

```
GET https://docs.screendesk.io/security/audit-logs/view-and-filter-audit-logs.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
