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 fetched entities to find specific entries.
  • Details — click the details button on any entry to view the full low-level information about the logged action.

Audit logs are accessible programmatically via the REST API. Available calls allow fetching entries related to a specific user, entity, or customer, or retrieving all records using page links.

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