FrontLine API: Find out if any tests are running

I’m trying to create a script to check if any tests are running. Looking at the API, it looks like the process is this:

  • Get the list of all simulations
  • For each simulation, get a list of runs
  • For each run, get the status

There is undoubtedly a faster way, right?

Sadly, not at the moment.
Suggestion noted, thanks for your feedback.