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

# Event Activity

> Monitor real-time event processing in Kodexa Studio with the Event Activity log, showing document events, pipeline executions, and platform system events.

The Event Activity page shows a real-time log of events being processed within your project. It provides visibility into document processing, pipeline executions, and system events.

<img className="block dark:hidden" src="https://mintcdn.com/kodexa/s0CgNICBzXlJtlNW/images/studio/project/project-activity-light.png?fit=max&auto=format&n=s0CgNICBzXlJtlNW&q=85&s=985adfd08f42c6aa6734ba3f4077e641" alt="Event Activity page showing real-time event stream with timestamps, event types, and details" width="1440" height="900" data-path="images/studio/project/project-activity-light.png" />

<img className="hidden dark:block" src="https://mintcdn.com/kodexa/s0CgNICBzXlJtlNW/images/studio/project/project-activity-dark.png?fit=max&auto=format&n=s0CgNICBzXlJtlNW&q=85&s=447fa9436612f60531fe5a0c69dd5231" alt="Event Activity page showing real-time event stream with timestamps, event types, and details" width="1440" height="900" data-path="images/studio/project/project-activity-dark.png" />

## Understanding Events

Events are generated when:

* Documents are uploaded or ingested
* Processing pipelines execute
* Modules complete or fail
* Tasks are created or updated
* Scheduled jobs run

## Using Event Activity

The event stream helps you:

* **Monitor processing** — Watch documents move through your pipelines in real time
* **Debug issues** — Identify which step in a pipeline failed and why
* **Track activity** — See what is happening in your project at any given moment

<img className="block dark:hidden" src="https://mintcdn.com/kodexa/s0CgNICBzXlJtlNW/images/studio/project/project-activity-light.png?fit=max&auto=format&n=s0CgNICBzXlJtlNW&q=85&s=985adfd08f42c6aa6734ba3f4077e641" alt="Event detail view showing full event payload and associated execution information" width="1440" height="900" data-path="images/studio/project/project-activity-light.png" />

<img className="hidden dark:block" src="https://mintcdn.com/kodexa/s0CgNICBzXlJtlNW/images/studio/project/project-activity-dark.png?fit=max&auto=format&n=s0CgNICBzXlJtlNW&q=85&s=447fa9436612f60531fe5a0c69dd5231" alt="Event detail view showing full event payload and associated execution information" width="1440" height="900" data-path="images/studio/project/project-activity-dark.png" />

<Tip>
  Use the event activity view when troubleshooting processing failures. It shows the full chain of events that led to an issue, making it easier to identify root causes.
</Tip>
