# Audit Logs

### What are Audit Logs?

Audit Logs allow you to see a detailed history of user-driven actions performed within DinMo. For instance, if an unexpected issue occurs in your workspace—such as incorrect data being sent to a destination—admins can review the logs to identify and correct the root cause. This promotes **operational clarity** and helps **enforce best practices**.

### Viewing Audit Logs

Workspace admins can view audit logs by navigating to the *Audit Logs* tab in the *Settings* page. The logs are displayed in a table format, with the most recent actions shown at the top. Each log entry includes:

* **Date and Time**: The timestamp of the action, displayed in the viewer’s local timezone.
* **Action Name**: The type of action performed (e.g., "Segment updated").
* **Resource Name**: The specific name of the resource that was affected.
* **User**: The individual who performed the action.

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

### Filtering Audit Logs

To make it easier to find specific actions, Audit Logs can be filtered by:

* **User**: Filter by one or multiple users who performed the actions.
* **Resource Type**: Narrow down the logs to specific resource types (e.g., only Destinations or Models).
* **Resource Name**: Search for actions related to a specific resource by name.
* **Date Range**: Focus on actions performed within a specific timeframe.

You can combine multiple filters to drill down into the exact information you need.

<figure><img src="/files/DnxzqxMSQURXeL8qJxTL" alt=""><figcaption><p>Audit Logs - Filter to the level of information needed to find the information you need</p></figcaption></figure>

### Examples of Use Cases:

* Ensure team members **only edit their own segments** by reviewing the creator and last editor of each resource.
* **Troubleshooting**: Identify misconfigured connections by tracking who created or updated a specific source or destination.
* **Compliance**: Maintain a complete record of changes for audits or internal reviews.


---

# 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.dinmo.io/workspace-management/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.
