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

# Events

> Real-time log of agent actions and system changes

**Events** is the project audit timeline: commands sent to the Bridge, status changes, errors, and messages attached to tasks.

## In the app

```text theme={null}
/projects/{projectId}/events
```

The **Dashboard** shows a shorter live slice; Events is the full investigatory view.

![Events feed](https://raw.githubusercontent.com/ctrlnode-ai/ctrlnode/docs/product-screenshots/docs/product-screenshots/10-events.png)

<CardGroup cols={2}>
  <Card title="Events deep dive" icon="book" href="/events/overview">
    Unified feed and event types.
  </Card>

  <Card title="Feed & filters" icon="filter" href="/events/feed-and-filters">
    Date filter and pagination.
  </Card>

  <Card title="Real-time updates" icon="signal" href="/events/real-time-updates">
    SignalR and Bridge file notifications.
  </Card>
</CardGroup>

## Related

* [Tasks](/tasks/overview)
* [Bridge Setup](/getting-started/bridge-setup)
