How to check programmatically job cluster is unity catalog enabled or not in databricks

shreyassharmabh
New Contributor II

Is there any way to check job cluster is unity catalog enabled or not in databricks using python.

I tried with jobs api https://{host_name}/api/2.0/jobs/get?job_id={job_id}, but I didn't that cluster is unity catalog enabled or not.

Could anyone suggest how to get that programmatically, it would be great help.