Audit Logs
Audit logs provide a chronological record of significant admin actions in your organization. Use them for security auditing, compliance reporting, and tracking workspace changes.
List audit logs
GET/v2/audit-logs
ModelsExpand Collapse
AuditLogListResponse object { id, action, actor, 8 more }
AuditLogListResponse object { id, action, actor, 8 more }
action: "auth.login" or "auth.logout" or "auth.login_failed" or 144 moreThe type of action that was performed
action: "auth.login" or "auth.logout" or "auth.login_failed" or 144 more
The type of action that was performed
One of the following:
actor: object { id, apiKey, email, 2 more }
actor: object { id, apiKey, email, 2 more }
domain: "authentication" or "team_management" or "permissions" or 12 moreThe domain/category the action belongs to
domain: "authentication" or "team_management" or "permissions" or 12 more
The domain/category the action belongs to
metadata: map[unknown]
Event-specific payload with before/after state when applicable. The shape of this object depends on the action type.