> For the complete documentation index, see [llms.txt](https://docs.devolutions.net/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.devolutions.net/rdm/user-interface/content-area/dashboard/dashboard-tabs/logs.md).

# Logs

Similar to the Activity logs feature for workspaces, the ***Logs*** dashboard tab contains all the actions executed on the selected entry. The information displayed can be refined by specifying a custom ***Date***, a timeframe, or which sessions to log.

{% hint style="info" %}
The ***Logs*** tab is only available for certain types of entries, such as sessions.
{% endhint %}

<table><thead><tr><th width="187">TABS</th><th>DESCRIPTION</th></tr></thead><tbody><tr><td><strong>Message</strong></td><td>What action was performed on the entry.</td></tr><tr><td><strong>Log date</strong></td><td>The log's creation date, i.e., when the user started interacting with the entry.</td></tr><tr><td><strong>End date/time</strong></td><td>The date or time the user stopped interacting with the entry.</td></tr><tr><td><strong>Recording</strong></td><td>Logs <a href="https://docs.devolutions.net/rdm/kb/how-to-articles/session-recording/">session recording</a>.</td></tr><tr><td><strong>On open comment</strong></td><td>Comment(s) shown upon opening the entry, if any.</td></tr><tr><td><strong>Active time</strong></td><td>This information is only available for embedded mode sessions. The active time of your session, meaning the time at which your session was open in embedded mode and the time you were active on your session, will be recorded. If your session is open, but you are on the <em><strong>Dashboard</strong></em> tab, for example, and not on your session tab, no active time will be recorded.</td></tr><tr><td><strong>Duration</strong></td><td>This information is only available for embedded mode sessions. When sessions are open in embedded mode, the duration of the session will be recorded. This means that even if you are on the <em><strong>Dashboard</strong></em> tab, for example, and not actively working in your session, but your session tab is open, the session duration will be recorded.</td></tr><tr><td><strong>On close comment</strong></td><td>Comment(s) shown upon closing the entry, if any.</td></tr><tr><td><strong>Workspace user</strong></td><td>The account email used at the workspace level.</td></tr><tr><td><strong>Entry user</strong></td><td>Username at the entry level.</td></tr><tr><td><strong>Machine user</strong></td><td>Account name at the computer level.</td></tr><tr><td><strong>Ticket #</strong></td><td>The ticket number, if any.</td></tr><tr><td><strong>Machine</strong></td><td>The name or IP of the machine launching the connection.</td></tr><tr><td><strong>Connection type</strong></td><td>The connection type of the session, e.g., <em><strong>RDP</strong></em>, <em><strong>ARD</strong></em>, <em><strong>SSH Terminal</strong></em>, etc.</td></tr></tbody></table>

#### See also

[Devolutions Academy – Leveraging logs, reports, and audits](https://academy.devolutions.net/student/path/1925316/activity/2668002)


---

# 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:

```
GET https://docs.devolutions.net/rdm/user-interface/content-area/dashboard/dashboard-tabs/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.
