audit3 ops

Audit API

Audit log entries for admin actions and sensitive operations.

Queries

QUERY

adminBlogAuditForSubject

#

Audit log for one subject (a post, author, category, or tag). Drives the per-post "Activity" tab.

Arguments

  • tenantIdID
  • subjectKindString!
  • subjectIdID!
  • pagination
Returns!
QUERY

adminBlogPostAudit

#

Audit trail for one post — every save, publish, schedule, unpublish, and archive event, newest first.

Arguments

  • tenantIdID
  • postIdID!
  • pagination
Returns!
QUERY

tenantAuditEvents

#

List audit events for the calling tenant. Gated to tenant-tier admins (TenantAdmin, TenantOwner, PlatformAdmin) — regular operators / customers / drivers should never see this surface. Phase 4 may further restrict by a VIEW_AUDIT_LOG permission within TenantSettingsPermissions.

Arguments

  • filter
  • pagination
Returns!