# Logs

As work is done building your org or using your data, all events will be automatically logged and these logs will be available to you at any time.&#x20;

The **Logs** section of the administrator panel provides a detailed history of all interactions with your organization and its data. Using the **Jump to** button, you can navigate to any particular time in the logs, and can also [filter logs similarly to other lists](/reference/organizations.md#filtering-and-ordering-resource-lists) in the administrator panel.

You can aggregate and visualize these logs on the [Reports](/reference/organizations/reports.md) tab.

## Audit logs

Audit logs represent all changes to your organization's resources, including approval or revocation of access requests. Audit logs include the user, timestamp, and IP address that performed the action, as well as the entity that was modified.

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

The following event types are stored in the audit logs:

| Event                                                                                                                        |
| ---------------------------------------------------------------------------------------------------------------------------- |
| [Dataset created](/guides/create-and-manage-datasets/create-and-populate-a-dataset.md) / renamed / deleted                   |
| Dataset published / unpublished                                                                                              |
| [New dataset version ](/reference/datasets/versions.md#creating-a-new-version)released                                       |
| [Dataset access](/reference/data-access/configuring-access.md) configuration updated                                         |
| [Direct access](/reference/data-access/configuring-access.md#2-direct-access) granted / removed / updated                    |
| [Permission group](/reference/organizations/permission-groups.md) created / renamed / access configuration updated / deleted |
| [Requirement](/reference/organizations/requirements.md) created / renamed / deleted                                          |
| Requirement approval request [submitted](/reference/data-access/requesting-access.md) by user                                |
| Requirement approval [approved/rejected/revoked](/reference/data-access/approving-access.md) by admin                        |
| Requirement approval expired                                                                                                 |
| [Administrator](/reference/organizations/settings.md#administrators) created / removed                                       |

## Query logs

Query logs store information about all user queries made with your organization's datasets, including on any tables derived from your datasets.&#x20;

Each log marks a single query and stores information about it such as the timestamp, export environment, IP address, size, source table, etc. You can click on a log to see more information about that event.&#x20;

Types of queries:

* [Transform node](/reference/workflows/transforms.md) run in a workflow
* [Interactive query](/reference/datasets/data.md#querying-tables) run on a table
* [API query](https://docs.redivis.com/api/) made anywhere

## Notebook logs

Notebook logs store information about all notebooks started which reference  your organization's datasets, including on any tables derived from your datasets.&#x20;

Each log marks a notebook session (start to stop in most cases) and stores information about it such as the kernel, duration, source table, etc. You can click on a log to see more information about that event.&#x20;

## Export logs

Export logs store information about all user exports on your dataset tables and any workflow output tables derived from your datasets.&#x20;

Each log marks a single export and stores information about it such as the timestamp, export environment, IP address, size, source table, etc. You can click on a log to see more information about that event.&#x20;


---

# 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.redivis.com/reference/organizations/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.
