Skip to content

Audit Log

The Audit Log records security-relevant and administrative actions across the platform. It provides a tamper-evident trail for compliance and troubleshooting.

  • Contractor assignment creation and deletion
  • User role changes
  • Password resets
  • Feature flag changes
  • Destructive operations (bulk delete, data generation)

Admins can view the audit log via the API:

MethodPathDescription
GET/api/v1/admin/audit-logList audit log entries (admin-only)

Query parameters:

ParameterDescription
entity_typeFilter by entity type (e.g., assignment, user)
entity_idFilter by specific entity ID
limitNumber of entries to return (default: 50)
offsetPagination offset

A dedicated audit log viewer in the portal admin panel is planned for a future release. In the interim, the API endpoint above provides full access to all logged events.