RBAC APIGET/api/v1/rbac/audit
Product availabilityAlgaPSA
Get RBAC audit log
Lists RBAC audit-log entries from audit_logs (roles, permissions, role_permissions, user_roles), newest first. Supports page/limit pagination and user_id, operation, table_name, record_id, start_date, and end_date filters. Gated on role:read.
Response body
Success response 200 · schema AccessApiSuccessV1
anyOf (option 2)array of object
Response codes
400
Validation failed (payload/query/path parsing).
401
API key missing/invalid or key user not found.
403
RBAC denied for role:read.
500
Unexpected controller/service failure.