> ## 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 overview

> Audit trail of Bridge commands and task messages

The **Events** page is a unified timeline of what happened in your project: Bridge commands, status changes, errors, and task messages.

## Route

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

## What you see

The feed merges two streams:

| Stream            | Examples                                            |
| ----------------- | --------------------------------------------------- |
| **System events** | `command`, `status`, `error`, `heartbeat`, `memory` |
| **Task messages** | Agent output snippets, delivery notices, user notes |

Items are sorted **newest first**. Rows link to the related **task** when an ID is available.

## Why it matters

* Debug why a task stayed in **Inbox** or went **Blocked**
* Confirm the Bridge received **dispatch** commands
* Correlate workflow runs with agent activity

<CardGroup cols={2}>
  <Card title="Feed & filters" icon="filter" href="/events/feed-and-filters">
    Date filter, pagination, and row types.
  </Card>

  <Card title="Real-time updates" icon="signal" href="/events/real-time-updates">
    SignalR and live dashboard feed.
  </Card>
</CardGroup>

## Related

* [Dashboard](/getting-started/dashboard) — compact live feed
* [Tasks](/tasks/overview) — open a task from an event row
