Gianfranco
Databricks Partner

It is possible to retrieve this information through the system tables here is an example

select *,user_identity.email
from system.access.audit
where event_date = 'xxx'
workspace_id = 'xxx'
and service_name = 'jobs' and request_params.job_id = 'xxx'