Module audit_log

Source

Functionsยง

count_audit_logs
Count the total number of audit logs in the system.
count_audit_logs_by_app
Retrieves the number of audit logs for a given app_id.
create_audit_log
Creates a new audit log entry in the system.
get_audit_logs_by_app
Retrieves audit logs for a given app_id.
get_audit_logs_by_resource
Retrieves audit logs for a specific resource.
get_org_audit_logs
Retrieves audit logs for actions within a specific organization.
get_user_audit_logs
Retrieves audit logs for actions performed by a specific user.
list_audit_logs_paginated
Retrieves a paginated list of audit logs ordered by creation time.