> For the complete documentation index, see [llms.txt](https://docs.plenit.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.plenit.com/docs-en/platform/accounts/how-to/how-to-view-and-export-events.md).

# How to View and Export Your Events

Check the event log to see what has happened in your account and subscriptions: logins, sign-ups, or errors.&#x20;

It's a single log, but you can access it from three places, depending on the scope you need, and export it whenever you want.

> #### 📘 **What will you get?**
>
> Find the events you're interested in from the place that suits you best and, if you need to, download them to save them or review them outside the platform.

### Before you begin

You need to be logged in. The log is the same in the three places; what changes is the scope and the level of detail:

* **My Profile > Events** — your personal activity, in summary view.
* **Home > Events** — all your activity, aggregated across your organizations, in detailed view.
* **Organization > Events** — the activity of a single organization, in detailed view.

### From My Profile

Open the **user menu** (bottom left), go to **My Profile** and open the **Events**.&#x20;

It is the summary view of **your** activity, with three columns: **Area**, **Message** (with a status icon, green if successful and red if there was an error) and **Created**.&#x20;

You can sort by any of them and narrow it down with **Filters**.

![My Profile > Events, summary view of your activity](/files/2ad6b6c98ea507aeda587cd6c864fc15d4821b54)

### From Home

In **Home > Events** you can see the aggregated activity of all your organizations, in detailed view.&#x20;

The columns are **Event**, **IP**, **User**, **Organization**, **Subscription** and **Created**, all sortable. At the top you have **Filters** and **Export**.

![Home > Events, detailed view of all your organizations](/files/6562cd200e6a69f398eb86a26d6dd3d8f1e8d629)

### From an organization

With an organization selected, go to **Organization > Events**.&#x20;

You only see the activity of that organization, also in detailed view, with the columns **Event**, **IP**, **User**, **Subscription** and **Created**.&#x20;

Since you're already in an organization, the Organization column does not appear here. You also have **Filters** and **Export**.

![Organization > Events, detailed view of a single organization](/files/24630e96cf217cf2c2dc141cfb0f332675201d36)

### View event details

In detailed views, click any row to open its details **Event data**, with all its information: **Level**, **Type**, **IP**, **Country**, **Message**, **User agent** and **Date**.&#x20;

Click **Close** to return to the list.

![Event data details](/files/25d5fc72bbaac5ffa537838773edc3b2e0972f97)

### Narrow it down with filters

Click **Filters** to reduce the list to what you're looking for.&#x20;

In detailed views you can filter by **Level**, **Type**, **Scope**, **User**, **Organization** and **Session status**.&#x20;

Combine them to find a specific event.

![Event log filters](/files/9f5c9bd5127e6c0e34616785e87ea5d798ef4b26)

### Export the log

In detailed views (Home or Organization), click **Export**, in the top right, to download the events.

> #### 🚧 **Export format**&#x20;
>
> When you consult this guide, confirm in the panel the format of the file generated by Export.

### Conclusion

The event log gives you traceability of what happens in your account and subscriptions. You have three entry points depending on what you're looking for: your activity in My Profile, the global activity on Home, and that of a specific company in its organization. Check it whenever you need to verify a login or an action, and export it if you want to keep it separately.

### Next steps

* Review what each column and each status means in [Events.](/docs-en/platform/accounts/details/events.md)
* Return to the panel overview in [The panel.](/docs-en/platform/organizations/concepts/the-organization-panel.md)


---

# 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.plenit.com/docs-en/platform/accounts/how-to/how-to-view-and-export-events.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.
