/builder/:id/activity. It surfaces every event the workspace emits: API requests, webhook calls, automation runs, fetch calls, emitted events, and runtime errors, each with the metadata needed to reconstruct what happened.
Activity is what the workspace “events” feed is now called. It is the same per-workspace event view that previously lived in Governance, moved into Builder and scoped to the workspace you are editing.

Search and filters
The header bar gives you three complementary ways to narrow the feed. Everything you set is persisted in the URL, so a filtered view is shareable and survives a reload.- Full-text search: the search box matches free text across events.
- Date range: open Filter to reveal a from/to datetime range.
- Custom field filters: add one or more
field:valuerows to match on specific event fields.
Known filter fields
You can filter on any event field, but these are the fields Activity recognizes and restores from the URL:Filter presets
The Filter suggestions popover offers ready-made filter sets for common questions:
Applying a preset replaces the current field filters and opens the filter panel so you can see and adjust what it set.

Table columns
The feed renders as a table. Use the Columns dropdown to toggle which columns are visible. Available columns are: ID, Event type, Correlation ID, Date, Time, Offset, Duration, Status, Source.userId, Session ID, Automation, App Instance, Notes, and Size. Event type, Correlation ID, Date, Time, Status, Automation, and App Instance are shown by default. Each row expands to reveal the full event, including its payload and source metadata.Trace mode (correlation ID)
When asource.correlationId filter is active, Activity unlocks a trace mode: a view selector appears with four ways to read the same correlated event set.
A Trace Summary header sits above the views and rolls up the trace at a glance: total duration, event count, automation count, error count, and, when present, the agent, model, and prompt / completion / total token counts.

Export
When a filter is active, an Export button downloads the currently loaded events as a JSON file. Each exported event includes its ID, type, status, date, time, user ID, session ID, correlation ID, automation slug, and payload.Loading more
The feed loads in pages of 50 events. Use Load more at the bottom of the table to fetch the next page, and Refresh in the header to re-fetch from the top with the current filters applied. A results count shows how many events match.Next steps
Observability
Aggregated health, metrics, errors, usage, and dependencies for the workspace.
Testing & Debugging
Debug a failed run with correlation IDs and trace views.