For the complete documentation index, see llms.txt. This page is also available as Markdown.

DB Query Logs

Audit database operations executed by the platform.

DB Query Logs records the database operations the platform executed. Open Observability → DB Query Logs.

The DB Query Logs screen, listing operations with module, operation, user, and timestamp columns
DB Query Logs, the default view.
DB Query Logs with the module filter open, showing Agent, App, Skill, Integrations, Marketplace, and Platform options
Filtering DB Query Logs by module.

You can narrow by project and module. You can also search the log. Filter by these modules:

  • Agent

  • App

  • Skill

  • Integrations

  • Marketplace

  • Platform

Each row is one operation:

Field
What it shows

Module

The area the operation belongs to, such as Agents, Guardrails, Knowledge, MCP, or Accounts.

Operation

The operation in schema.table.action form, such as agents.agent.update.

User

The actor that triggered it.

Timestamp

When it ran.

Last updated