Frequency compiling a code rest API

I am using sonarqube in Version: 9.6.1.59531 Date: 2022-12-07 I would like help, if through API it is possible to get access to the frequency
compiling a code. Example: How many times did Project_A go through the sonar?

Try to get but without success through the api.
/api/measures/component?additionalFields=period,metrics&component=TPS&metricKeys=test_execution_time

Hi,

Welcome to the community!

Since SonarQube performs housekeeping at the end of each analysis, it is not a reliable record of how many analyses have been run. You should look to your CI for that.

 
HTH,
Ann