Skip to content
Stand with Ukraine flag

Audit Log

ThingsBoard provides audit log functionality to track user actions on the main platform entities: assets, devices, dashboards, rules, and more. Tenant administrators can use audit logs to monitor activity, investigate incidents, and maintain security and compliance records.


Tenant administrators can access audit logs from the Audit logs page in the left-hand menu. The interface provides the following capabilities:

  • Date range — filter audit log entries by a custom time period.
  • Full-text search — search within the current results to find specific entries.
  • Details — click the details button on any entry to view the full details of the logged action.

Audit logs are accessible programmatically via the REST API. Available endpoints support fetching entries by user, entity, or customer, or retrieving all records with pagination.

Refer to the REST API reference for the full list of audit log endpoints.