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.