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

# Events

> Browse the log of domain events in your workspace. What happened, to which record, and by whom.

## Overview

The **Events** log records domain events as they happen in your workspace: a record created, a field changed, a form submitted, a task completed, a conversation given an outcome.

It holds the **same five event types** you can subscribe to with [webhooks](/dev/webhooks/overview), not a wider stream that webhooks sample from. What differs is the use: the log is for inspecting what already happened, webhooks are for reacting to it as it happens.

Open it at **Settings → Events**.

## Reading the log

| Column         | What it is                                                         |
| -------------- | ------------------------------------------------------------------ |
| **Event type** | The kind of event, with its `evt_…` id.                            |
| **Record**     | The record the event was about, if any (`rec_…`).                  |
| **User**       | Who triggered it, or **System** for automated / background events. |
| **Time**       | When it fired.                                                     |

Search narrows the list by type or id. Click a row to open the **event detail**. The full payload of what changed.

## Events & webhooks

To *react* to events in your own systems, subscribe with a [webhook](/dev/webhooks/overview) rather than polling this log. The Events viewer is for inspecting and debugging; webhooks are for automation.

## Troubleshooting

| Symptom                                      | Likely cause                                                   | What to check                                                            |
| -------------------------------------------- | -------------------------------------------------------------- | ------------------------------------------------------------------------ |
| An expected event isn't listed               | It may not be an emitted domain event, or it's on a later page | Search by type / id; page back through the list.                         |
| A webhook didn't fire, but the event is here | The event emitted, but no subscription matched it              | Check the [webhook](/dev/webhooks/overview) subscription and its filter. |

## Related

* [Webhooks](/dev/webhooks/overview)
* [Request logs](/dev/logs)
* [API reference](/dev/api-reference/overview)


## Related topics

- [Event catalog](/dev/webhooks/events/overview.md)
- [Recurring events](/comms/calendar/recurring-events.md)
- [Upcoming Events](/blocks/embedded/calendar/upcoming-events.md)
- [Usage Event Log](/blocks/embedded/usage/usage-table.md)
- [List usage events](/api-reference/usage-modules/list-usage-events.md)
