Skip to content

Audit Logs

Audit logs record all operations within your team, allowing you to track when, who, and what actions were performed.

You can view audit logs from Settings > Audit Logs in the dashboard.

CategoryEvents
AuthenticationSign up, login, logout
Team ManagementTeam name change, member invite/cancel invite/accept invite, role change, member removal
MonitorsCreate, update, delete
IncidentsCreate, update, acknowledge, resolve, delete
API KeysCreate, delete
Notification ChannelsCreate, update, delete
Status PagesCreate, update, delete, custom domain configuration
AccountDeletion request

You can filter by category using the dropdown in the dashboard:

  • All - All events
  • Auth - Authentication events
  • Team - Team management events
  • Monitor - Monitor operations
  • Incident - Incident operations
  • API Key - API key operations
  • Notification - Notification channel operations
  • Status Page - Status page operations
  • Account - Account operations

You can also retrieve audit logs via the Public API:

Terminal window
curl -H "Authorization: Bearer mk_your_api_key" \
"https://api.manako.dev/api/v1/audit-logs"
ParameterDescription
actionAction name (prefix match with trailing .)
resourceTypeResource type
userIdActor’s user ID
fromStart datetime (ISO 8601)
toEnd datetime (ISO 8601)
cursorPagination cursor
limitNumber of results (1-100, default 50)
PlanRetention Period
FreeNot available (upgrade to view)
Pro90 days
Business180 days
Terminal window
manako audit-logs list
manako audit-logs list --action "monitor." --limit 20

You can access audit logs via MCP tools from AI agents such as Claude Code:

{ "action": "list", "actionFilter": "team." }