Audit Logs
audit_logs
Methods
get/v1/audit_logs/{audit_log_id}
Get an Audit Log entry
get/v1/audit_logs
List Audit Log entries for an organization
Domain types
AuditLog = { id, actor, client_ip, 5 more... }
Audit log entry.
AuditLogActor = { id, type }
The entity that performed the action.
AuditLogList = { items, pagination }
AuditLogType = "user" | "api_key"
Type of actor.