daniel_sahal
Databricks MVP

@Eric Keniuk​ 

You can use a combination of databricks jobs list --all + GREP + for each.

The approach here is to list all available jobs, then filter them through GREP to get only ones that are matching the condition, then run databricks jobs list --name for every entry that was found and get the details of it.