Determine "as of" time for an API response

Hi,
I am using the web api to pull back metrics related to # unit tests, #skipped tests, test_success_density,etc. Is there a way for me to tell when these metrics were calculated? For example, if the tests are only run when a build is kicked off, I would want to know how it’s been since that has happened

Hi,

Welcome to the community!

You should be able to figure out the timestamp of the analysis that stored the data (which I believe is when the analysis report reached the server, but I could be wrong), but we have no way of knowing what the pause was between generating the reports and kicking off analysis. And we don’t record how long analysis took. So you’ll only be able to come up with an approximation, at best.

 
HTH,
Ann