OwlMetry
MCP

Audit Logs

Query the audit trail via MCP tools — who did what and when.

Audit logs record who performed what action on which resource — creating an app, revoking an API key, changing a team member's role, etc. Requires audit_logs:read permission.

list-audit-logs

List audit log entries for a team. Supports filtering by resource type, actor, action, and date range.

ParameterTypeRequiredDescription
team_idUUIDYesThe team ID
resource_typestringNoFilter by resource type: app, project, api_key, team, team_member, invitation, metric_definition, funnel_definition, user, integration, job_run
resource_idUUIDNoFilter by resource ID
actor_idUUIDNoFilter by actor ID
actionstringNocreate, update, or delete
sincestringNoStart time
untilstringNoEnd time
cursorstringNoPagination cursor
limitnumberNoMax results (default 50)

Returns { audit_logs: [...], cursor, has_more }. Each entry includes actor_type (user, api_key, or system), action, resource_type, resource_id, metadata, and created_at.

Ready to get started?

Connect your agent via MCP or CLI and start tracking.

On this page