Skip to main content

Audit Logs

Audit logs record every action taken within a workspace — who performed it, when, and on which resource. Logs are immutable and append-only.

View audit logs

Go to Workspace Settings → Audit Logs.

Audit logs

Each entry shows:

  • Timestamp (UTC)
  • Actor — user email or API key name
  • Action — e.g. device.create, api_key.delete, member.invite
  • Resource — the affected entity and its ID
  • IP address of the request

Use the filter bar to narrow by:

  • Date range
  • Actor
  • Action type
  • Resource type

Retention

Audit logs are retained for 90 days by default. Extended retention may be available on higher plans.

API

Retrieve logs programmatically for integration with your SIEM or compliance tooling:

GET /workspaces/{id}/audit-logs?page=1&page_size=50
X-API-Key: iotmer_ak_...

See GET /workspaces/{id}/audit-logs.