Insights - Detect How Many Times My Job Was Rerun?

I’m doing some performance analysis of some of our workflows and one thing that I would love to see is how many of a certain job’s runs were a result of a rerun. In Insights, right now, I can see a “Runs” count for each job—if I could see what percentage of those were reruns, that would help me understand if our developers are rerunning said job because they think it’s flaky. Is there a way to see this number somehow?

Not today. You’d need to use the v2 API to get a list of pipelines and then I think get the workflows for each one and see if there are multiple workflows in each pipeline.