ZeepNotti Docs

Audit Logs

Reviewing who did what, from the dashboard.

The Audit Logs screen (App Settings) lists actions taken against your Company and its Apps - who did what, and when.

What gets logged

Every write action across the core resources: creating/updating/deleting an App, rotating its keys, configuring FCM/APNS/SendGrid credentials, inviting/updating/removing a team member, and creating/updating/deleting Devices, Notifications, Segments, Templates, and Webhooks. Each entry records the actor, the action, its target, and a timestamp.

Filtering

The screen has search and filter controls (by actor, action, time range), but the underlying API only supports pagination (limit and cursor) - there's no server-side query by actor or action today. In practice this means filtering works well on recently-loaded entries but isn't a full historical search across your entire audit trail in one query. For a Company with a long history, expect to page through results rather than jump straight to a specific actor's actions from months ago.

On this page