> ## Documentation Index
> Fetch the complete documentation index at: https://docs.bizzyco.ai/llms.txt
> Use this file to discover all available pages before exploring further.

# Inspect an organization event log

> Review an organization's recent activity from the Platform Admin App

<Badge color="green">New</Badge>

Every change inside an organization records an event. Open the event log to see
what happened and when, filtered by type and time range.

## Prerequisites

* You need Platform Admin access

## Open the log

1. In the Platform Admin App, open **Accounts** and select the account.
2. Select the organization.
3. Select **Events**.

Events appear newest first, 25 to a page.

## Filter the log

* **Type** lists the event types this organization has recorded, with a count
  for each.
* **From** and **To** bound the time range. Both are UTC, and both include the
  minute you select.

Filters live in the page address, so you can share or bookmark a filtered view.

## What each row shows

| Column     | Shows                                                                |
| ---------- | -------------------------------------------------------------------- |
| Time (UTC) | When the event was recorded                                          |
| Type       | The kind of record that changed, such as `contact` or `invoice`      |
| Action     | What happened to it, such as `created` or `deleted`                  |
| Entity ID  | The record the event refers to                                       |
| Event ID   | The event's own identifier. Select it to expand the event's metadata |
| Error      | Marked when the event carried an error                               |

Select **Metadata** on a row to see the event's context, such as when it was
emitted and which automation triggered it.

<Note>
  The log shows event metadata, not the contents of the record that changed.
  To read a message, a transcript, or a document, open that record directly.
</Note>

The log is read-only. Viewing it is not recorded in the audit log.

## Reach further back

The log reaches the most recent 10,025 events for a filter. Narrow the time
range to see older ones.

If the log reports that it is unavailable, it could not load or the query took
too long. Narrow the time range and try again.
