Two pages give you the raw operational picture of a Business Unit: Events for what happened, and Schedule for when things run.
Events is the unfiltered stream of everything Nimbus has seen — automation runs and data imports, merged into one list, newest first.
Each row shows the name, status, start time, and duration. Nimbus removes redundant "started" rows once a run has a terminal event, so the list stays clean.
Click a row to open the detail modal:
The Events page subscribes to a live stream. Automations that start, finish, or fail appear without a refresh. The Home and tenant overview dashboards use the same stream for their live counters.
Schedule answers "when does load land?" It shows a 24-hour heatmap of automation runs — each column is an hour, shaded by how many automations ran in it.
Below the heatmap is the automation list. Expand any automation to see its hourly breakdown — run counts and statuses per hour — which makes it easy to spot:
Imports are swept on a schedule (every 15 minutes by default) rather than pushed in real time, because SFMC reports import results through a separate API. Each import is matched to its destination data extension so you can see exactly which table received the rows.
Any failed event can be retried on the spot with a manual rerun, even if no monitoring rule covers it. Recurring failures are a signal to add a rule so recovery happens automatically next time.