> ## Documentation Index
> Fetch the complete documentation index at: https://docs.paradime.io/llms.txt
> Use this file to discover all available pages before exploring further.

# Audit Logs

> Audit Logs: Monitor and review audit logs for dbt™ projects in Paradime. Ensure accountability and security.

export const Arcade = ({src, title}) => <div style={{
  position: 'relative',
  paddingBottom: 'calc(56.2225% + 41px)',
  height: 0,
  width: '100%'
}}>
    <iframe src={src} title={title} frameBorder="0" loading="lazy" allow="clipboard-write" allowFullScreen style={{
  position: 'absolute',
  top: 0,
  left: 0,
  width: '100%',
  height: '100%',
  colorScheme: 'light'
}} />
  </div>;

<Info>
  To access Audit Logs, you must be an Admin user. This feature is available with Paradime Security pack
</Info>

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 src="https://demo.arcade.software/CyEIjDByqckhAbCJRMCm?embed&embed_mobile=tab&embed_desktop=inline&show_copy_link=true" title="Audit Logs" />

## Use the Audti Logs API

<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](/developers/graphql-api/api-reference/audit-logs-api)
  * Use [python SDK](/developers/python-sdk/modules/audit-log)
</Info>


## Related topics

- [Audit Log](/developers/python-sdk/modules/audit-log.md)
- [Audit Logs API](/developers/graphql-api/api-reference/audit-logs-api.md)
- [GraphQL API](/developers/graphql-api/index.md)
- [Role-based access control](/products/settings/users/role-based-access-control.md)
- [Authentication](/developers/graphql-api/authentication.md)
