I’m using this https://sonarcloud.io/api/measures/search_history? API with parameters:
- component
- metrics
to retrieve historical data for some projects we have.
And what I notice is that it doesn’t return all of the historical data. For example, for one metric in a particular project, it only returns data prior to mid February, while in the SonarCloud web app, all of the data is there for that same metric, same project with data visualization and stuff.
My question is, is this a bug or is there some extra parameters that I need to pass to it to get all the data?
Thanks!
Calvin
