Can't get New Project

I am trying to fetch the projects in Sonarqube.

  • My requirement is to get the new Sonarqube projects created for the current month via api request I tried checking this doc but it doesn’t have the date creation and the creator of the project. May I know if it’s not really available and if not what process can you recommend?

Hey there.

The creation date of a project is not accessible via API, not presented anywhere in the SonarQube UI.

You may be able to iterate through project analyses (GET api/project_analyses/search) to find those projects that first had an analysis after a specific date.