> For the complete documentation index, see [llms.txt](https://docs.g-iot.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.g-iot.io/platform-user-guide-book/administration/logs.md).

# Logs

The **Logs** page displays a complete list of actions performed by tenant users.\
Each entry shows **who performed the action**, **on which entity**, **what operation was executed**, and **the result of the operation**.\
By clicking on a log row, Superadmin users can open the detailed view to access additional information related to the selected action.

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

#### Steps to Access the Logs Page

1. **Go to Cockpit Menu**\
   Navigate to the sidebar and click on the **Cockpit** menu.
2. **Click on Administration**\
   Within the Cockpit menu, select the **Administration** section.
3. **Select Logs**\
   Click on **Logs** to open the page.

Once opened, the Logs page displays a chronological list of all recorded tenant activities. Clicking on a single log row opens the detailed log view, where additional metadata and operation-specific data are available.

***

#### Logs Table Configuration

From the Logs page, users can configure the table to control which data is displayed.

**Column Selection**

By clicking on the **Columns** button in the top-right corner of the page, users can show or hide table columns.\
The available columns are:

* **User**
* **Entity**
* **Entity Name / Serial**
* **Operation**
* **Status**

Changes are applied immediately to the table view.

***

#### Filtering Logs

Users can refine the displayed data by clicking on the **Filter** icon.\
Filters can be applied using the following criteria:

* **User** (by username or email)
* **Entity type** (e.g. device, tenant, group, device widget, and others)
* **Device serial number**
* **Group name**

Multiple filters can be combined to narrow down the results.

***

#### Export Logs

The currently displayed table can be exported by the user.\
Only the filtered and visible data is included in the export, which is generated as a **CSV file**.

{% hint style="danger" %}
The **Logs** page is only visible to users with **Superadmin** permissions. Other tenant users cannot access or view logs.
{% endhint %}


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.g-iot.io/platform-user-guide-book/administration/logs.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
