Module audit_log

Source
Expand description

Audit log management module for tracking user actions.

This module provides a REST API for managing audit logs, including:

  • Creating new audit log entries
  • Listing audit logs with pagination support

Functionsยง

create_audit_log
Creates a new audit log entry in the system.
list_audit_logs
List audit log entries with pagination support.
list_audit_logs_for_app
List all audit log entries for a given app_id with pagination support.