# Audit log

Roombelt keeps an audit log of all actions triggered from the connected devices. The audited actions are:

* New meeting (meeting created from a device).
* End meeting early.
* Start meeting early (check-in before the meeting starts).
* Extend meeting.
* Check-in to meeting.
* Cancel meeting (end it before it starts).
* Cancel automatically (nobody checked in on time).
* Remove recurring (nobody checked in to a recurring meeting a few times in a row).

To open the audit log, click the "Audit log" button on the Roombelt administration panel, as shown in the screenshot below.

<figure><img src="/files/gBjbuliC6H6VEXnkCvZe" alt=""><figcaption><p>Roombelt administration panel with the "Audit log" button highlighted</p></figcaption></figure>

Audit log dialog

Roombelt shows a paginated list of all events tracked in the last seven days. You can filter events by time, type, meeting room, and meeting summary.&#x20;

Click "Get report" to download a CSV with a list of all events tracked by Roombelt since you signed up for the product.

<figure><img src="/files/CLdwUZ44liLcDScYoDja" alt=""><figcaption><p>Roombelt "Audit log" dialog</p></figcaption></figure>


---

# 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.roombelt.com/reference/audit-log.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.
