Is there a sonarqube api to pull audit logs on the enterprise edition?

Must-share information (formatted with Markdown):
Sonarqube version : 9.9.1.69595
Trying to integrate sonarqube with securonix logging so need a way to pull audit logs.

Hey there.

Check out the GET api/audit_logs/download web service.

This worked . Thanks