# Audit Logs

{% hint style="info" %}
To access Audit Logs, you must be an Admin user. This feature is available with Paradime Security pack
{% endhint %}

Paradime offers a real-time audit log feature that allows you to keep track of user and system activities within your organization. This log shows each event as it occurs, detailing who did what and when. This information is crucial for solving access problems, conducting security checks, or looking into specific incidents.

* From the Audit Logs interface, you can look at last 30 days of events that happened within your Paradime account.&#x20;
* Use the Download button to export your logs into a CSV file.
* For events beyond 30 days, you can use the Audit Logs API to extract historical data. Acc

## Access Audit Logs

To access the Audit Logs in your Paradime account, navigate to Platform settings by clicking on you Avatar on the top-right corner of your screen, then choose *Platform Settings.* Click on the Audit Logs option in the left panel to view events happened in your Account.

{% @arcade/embed flowId="CyEIjDByqckhAbCJRMCm" url="<https://app.arcade.software/share/CyEIjDByqckhAbCJRMCm>" %}

## Use the Audti Logs API

{% hint style="info" %}
**You can use the Audit Logs API to retrieve historical events data beyond the last 30 days.**

Check our guides here:

* Use [GraphQL  or cURL](https://docs.paradime.io/app-help/developers/graphql-api/examples/audit-logs-api)
* Use [python SDK](https://docs.paradime.io/app-help/developers/python-sdk/modules/audit-log)
  {% 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.paradime.io/app-help/documentation/security/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.
