Skip to main content

Audit Logs

The Audit Logs page shows a history of administrative actions across the system.

Audit Logs

Audit Table

Each log entry shows:

ColumnDescription
StatusSuccess or failure indicator
Event TypeColor-coded badge (e.g., Assistant, MCP Server, Page, Configuration)
DescriptionSummary of what happened
UserWho performed the action (email or ID)
EntityThe affected entity type and ID
TimestampWhen the event occurred
DetailsExpandable section with before/after values

Filtering

  • Event Type — Filter by event category (Assistant, MCP Server, Page, Configuration)

Expandable Details

Click a row to expand its details showing:

  • Before Value — JSON representation of the state before the change
  • After Value — JSON representation of the state after the change
  • Metadata — Additional context about the event

Pagination

Results are shown 20 entries per page with navigation controls.

MCP Errors

MCP error logs are available per instance in the Errors tab of each MCP server's configuration page. This makes it easy to diagnose issues for a specific integration without wading through global logs.

To view errors for an MCP server:

  1. Navigate to MCP Servers in the sidebar
  2. Click the server you want to investigate
  3. Go to the Errors tab

Each instance shows statistics, filterable error logs, and detailed error context. See MCP Configuration > Errors Tab for full documentation.

Errors are automatically classified into categories (Network, Auth, Client Error, Server Error, Circuit Open) and retained for 30 days.

Next Steps